DevilsDozen / src /ui /__init__.py
legomaheggo's picture
feat: Add config, database, realtime, and UI layers with full multiplayer gameplay
a9b6601
raw
history blame contribute delete
95 Bytes
"""Devil's Dozen UI package."""
from src.ui.app import main as run_app
__all__ = ["run_app"]