chore: initial project bootstrap

This commit is contained in:
2026-04-28 12:36:26 +02:00
commit e930989c98
5 changed files with 26 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from lab3-discord!")
if __name__ == "__main__":
main()