mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
importlib.resources.files('astrbot')/dashboard/dist needs to exist
in the package dir for bundled dashboard detection to work in dev.
6 lines
144 B
Python
6 lines
144 B
Python
"""AstrBot TUI - Terminal User Interface for AstrBot."""
|
|
|
|
from astrbot.tui.screen import Screen, run_curses
|
|
|
|
__all__ = ["Screen", "run_curses"]
|