""" UI module for web interface routes. """ from .router import router __all__ = ["router"]