新增get_res_path

This commit is contained in:
Wuyi无疑 2023-03-11 22:05:06 +08:00
parent e4033cb82b
commit 09747e5245

7
gsuid_core/data_store.py Normal file
View 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