ICRA/app/__init__.py

6 lines
100 B
Python

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