1
0
Fork 0
mirror of https://code.lenaisten.de/Lenaisten/lenaverse-bot.git synced 2024-11-22 06:53:00 +00:00
lenaverse-bot/lenaverse_bot/main.py

7 lines
85 B
Python
Raw Normal View History

def main() -> None:
print("Hello World")
if __name__ == "__main__":
main()