Srtify/main.py
2025-07-07 09:09:07 +03:30

6 lines
84 B
Python

def main():
print("Hello from srtify!")
if __name__ == "__main__":
main()