Skip to content
  • This project
    • Loading...
  • Sign in

周伟奇 / simple_config

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • simple_config
  • test
  • _const_demo.py
  • Gruel's avatar
    simple config · e282cfeb
    Gruel committed 2020-03-11 19:17:10 +0800
    e282cfeb Browse Files
_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__)