irs/irs/config.py
2017-06-10 17:37:16 -07:00

10 lines
167 B
Python

import sys
from os import path
sys.path.append(path.expanduser("~/.irs")) # Add config to path
import config_ # from "~/.irs/config_.py"
CONFIG = config_.CONFIG