ICRA/app/__init__.py

6 lines
100 B
Python

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