blizzard-wow-game-data-apis/config.py

10 lines
167 B
Python
Raw Permalink Normal View History

2021-05-13 22:33:52 +00:00
import os
# pwd
pwd = os.path.dirname(os.path.realpath(__file__))
# raw json files
raw = os.path.join(pwd, 'raw')
# crafted jsons
craft = os.path.join(pwd, 'craft')