initial working state

This commit is contained in:
Hirad 2025-07-16 15:09:41 +03:30
parent 816fb34f75
commit bb9a24c1ed
15 changed files with 688 additions and 0 deletions

6
main.py Normal file
View file

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