Files
2026-04-08 04:46:31 -07:00

5 lines
68 B
Python

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