dpr-simulator / src /ui /__init__.py
mcikalmerdeka's picture
refactor: rename DPR Simulator to DPR AI Simulator across the codebase and update related documentation
0798703
Raw
History Blame Contribute Delete
119 Bytes
"""UI module for DPR AI Simulator."""
from .app import create_app, launch_app
__all__ = ["create_app", "launch_app"]