f5ba1a026a
* refactor: 给kook适配器添加kook事件数据类 * format: 使用StrEnum替换kook适配器中的(str,enum)
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"
|