2ccb85d802
.env文件保存统一的路径 静态文件一起打包而不是从上上上级目录找... Co-Authored-By: 赵天乐(tyler zhao) <189870321+tyler-ztl@users.noreply.github.com>
7 lines
119 B
Python
7 lines
119 B
Python
from .abc import IAstrbotPaths
|
|
from .paths import AstrbotPaths
|
|
|
|
__all__ = [
|
|
"IAstrbotPaths",
|
|
"AstrbotPaths",
|
|
] |