"""Application package.""" from .app import ICRSApp, start_app __all__ = ["ICRSApp", "start_app"]