import 4.code.about;

class Header {

public void title() {

String fullTitle = '/vt/';
}

public void menu();

public void board();

public void goToBottom();

}
class Thread extends Board {
public void Welcome to /vt/ - Virtual YouTubers(OP Anonymous) {

String fullTitle = 'Welcome to /vt/ - Virtual YouTubers';
int postNumber = 1;
String image = '1611919211191.jpg';
String date = '01/29/21(Fri)06:20:11';
String comment = 'This board is for the discussion of Virtual YouTubers ("VTubers"), including those streaming in Japanese, English, and other languages. VTubers don't necessarily need to be on Youtube of course, they can be on Twitch, Niconico, Bilibili, or any other platform.

Please note that discussion should pertain to a VTuber's streams and content, and should not pertain to their real lives, relationships, or appearances ("IRL").'
;

}
public void comments() { }
}