""" Static Domain Serves static files for widgets and other frontend assets. """ from src.domains.static.controller import static_controller __all__ = ["static_controller"]