Files
konabot/konabot/common/path.py
passthem 6e0082c1c9
Some checks failed
continuous-integration/drone/push Build is failing
大变:移动了很多很多文件并优化构建流程
2025-09-30 02:23:40 +08:00

5 lines
132 B
Python

from pathlib import Path
ASSETS_PATH = Path(__file__).resolve().parent.parent.parent / "assets"
FONTS_PATH = ASSETS_PATH / "fonts"