mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
4 lines
71 B
Python
4 lines
71 B
Python
from pathlib import Path
|
|
|
|
IMAGE_DIR = Path(__file__).parent / "images"
|