__init__.py 99 B

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