Initial commit

This commit is contained in:
Hirad 2025-07-07 09:09:07 +03:30
parent d38a6dd66b
commit be9a605dac
28 changed files with 1994 additions and 0 deletions

6
main.py Normal file
View file

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