Files
strepsiades 4a9c444b10 first commit
2026-03-09 16:31:42 +08:00

6 lines
63 B
Python

from .main import main
if __name__ == "__main__":
main()