This commit is contained in:
Matteo Rosati
2026-02-10 19:04:40 +01:00
commit d8b48ac181
19 changed files with 291 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from dronewars!")
if __name__ == "__main__":
main()