_const_demo.py 128 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 import sys from simple_config import Const A = 1 A = 2 # b = 1 sys.modules[__name__] = Const.from_current_module(__name__)