- 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
6 lines
174 B
Python
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] |