__init__.py 93 B

123456
  1. """
  2. UI module for web interface routes.
  3. """
  4. from .router import router
  5. __all__ = ["router"]