Get the AstrBot root directory path
()
| 18 | |
| 19 | |
| 20 | def get_astrbot_root() -> Path: |
| 21 | """Get the AstrBot root directory path""" |
| 22 | return Path.cwd() |
| 23 | |
| 24 | |
| 25 | async def check_dashboard(astrbot_root: Path) -> None: |
no outgoing calls
no test coverage detected