forked from viennet/Referentiels
9 lines
80 B
Python
9 lines
80 B
Python
|
|
"""Configuration (chemins)
|
|
"""
|
|
import os
|
|
|
|
class Config(object):
|
|
ROOT=".."
|
|
|