Referentiels/python/config.py

9 lines
80 B
Python
Raw Normal View History

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