Files
AstrBot/astrbot/base/__init__.py
T
LIghtJUNction 2ccb85d802 统一路径类,旧函数已弃用
.env文件保存统一的路径
静态文件一起打包而不是从上上上级目录找...

Co-Authored-By: 赵天乐(tyler zhao) <189870321+tyler-ztl@users.noreply.github.com>
2025-11-02 22:47:22 +08:00

7 lines
119 B
Python

from .abc import IAstrbotPaths
from .paths import AstrbotPaths
__all__ = [
"IAstrbotPaths",
"AstrbotPaths",
]