Files
AstrBot/astrbot/tui/__init__.py
LIghtJUNction 2f45280222 fix(dashboard): symlink dist for dev-mode resource resolution
importlib.resources.files('astrbot')/dashboard/dist needs to exist
in the package dir for bundled dashboard detection to work in dev.
2026-03-22 22:29:26 +08:00

6 lines
144 B
Python

"""AstrBot TUI - Terminal User Interface for AstrBot."""
from astrbot.tui.screen import Screen, run_curses
__all__ = ["Screen", "run_curses"]