empty main

This commit is contained in:
=
2024-02-06 15:26:33 +01:00
parent d54fd92a94
commit eafb8865ae

6
python/main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
pass
if __name__ == "__main__":
main()