yumoqing 1bb0633035 feat: Add pyproject.toml for pip install support
- Add pyproject.toml with proper package configuration
- Rename hermes-web-cli directory to hermes_web_cli for Python compatibility
- Follow module development specification for installable packages
2026-04-21 14:29:17 +08:00

6 lines
174 B
Python

from ahserver.serverenv import ServerEnv
from appPublic.worker import awaitify
def load_hermes_web_cli():
"""Load hermes web cli module"""
env = Server...[truncated]