Synclean/main.py
2025-07-16 15:09:41 +03:30

6 lines
86 B
Python

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