set up project

This commit is contained in:
dm
2025-08-26 16:14:08 +03:00
parent baa10da877
commit c695d36898
3 changed files with 300 additions and 0 deletions

6
main.py Normal file
View File

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