Files
konabot/konabot/plugins/idiomgame/base/path.py
MixBadGun 4f0a9af2dc
All checks were successful
continuous-integration/drone/push Build is passing
成语接龙
2025-10-13 21:10:18 +08:00

4 lines
75 B
Python

from pathlib import Path
ASSETS = Path(__file__).parent.parent / "assets"