mirror of
https://code.lenaisten.de/Lenaisten/lenaverse-bot.git
synced 2024-11-22 06:53:00 +00:00
7 lines
85 B
Python
7 lines
85 B
Python
|
def main() -> None:
|
||
|
print("Hello World")
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|