4 lines
87 B
Python
4 lines
87 B
Python
# SkillOpt WebUI — `__main__` entry point
|
|
from skillopt_webui.app import main
|
|
main()
|