Initial commit

This commit is contained in:
Kristofers Solo
2023-10-18 12:58:30 +03:00
commit 1645ec9b86
4 changed files with 190 additions and 0 deletions

6
src/main.py Normal file
View File

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