summaryrefslogtreecommitdiff
path: root/redtools/pokered_dir.py
blob: 7d7056d2c1a9d3b2b7cbaca16224ecf890ae7788 (plain)
1
2
3
4
5
6
import os

# TODO: use actual configuration
# Assume that the main pokered project dir is the current working directory
# (cwd).
pokered_dir = os.getcwd()