mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-09 10:47:24 -05:00
5 lines
135 B
Python
5 lines
135 B
Python
import os
|
|
|
|
#main dir of repo (simply one level up than here)
|
|
pokered_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|