mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
6 lines
100 B
Python
6 lines
100 B
Python
from pathlib import Path
|
|
|
|
|
|
CURRENT_DIR = Path(__file__).parent
|
|
TEST_DATA_DIR = CURRENT_DIR / "data"
|