mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-12 06:55:49 +08:00
✨ 新增get_res_path
This commit is contained in:
parent
e4033cb82b
commit
09747e5245
7
gsuid_core/data_store.py
Normal file
7
gsuid_core/data_store.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
gs_data_path = Path(__file__).parents[1] / 'data'
|
||||||
|
|
||||||
|
|
||||||
|
def get_res_path() -> Path:
|
||||||
|
return gs_data_path
|
Loading…
x
Reference in New Issue
Block a user