Files
harmoney/harmoney/router/__init__.py
2026-02-19 18:21:26 +05:30

4 lines
59 B
Python

from .router import startRouter
__all__ = ["startRouter"]