# config.py import os BASE_DIR = os.path.dirname(os.path.abspath(__file__)) TF_OPS_PATH = os.path.join(BASE_DIR, 'path', 'to', 'tensorflow', 'python', 'ops')