Files
2026-07-13 12:24:16 +08:00

4 lines
87 B
Python

# SkillOpt WebUI — `__main__` entry point
from skillopt_webui.app import main
main()