Referentiels/python/config.py

9 lines
80 B
Python

"""Configuration (chemins)
"""
import os
class Config(object):
ROOT=".."