Files
2026-05-23 21:58:06 -07:00

5 lines
61 B
Python

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