|
||
---|---|---|
.gitignore | ||
LICENSE.md | ||
README.md | ||
pyconstants.py | ||
test.py |
README.md
PyConstants
Adds constants in python
Usage
from pyconstants import const
const .a = 5
a = 7 # Raises SyntaxError
|
||
---|---|---|
.gitignore | ||
LICENSE.md | ||
README.md | ||
pyconstants.py | ||
test.py |
Adds constants in python
from pyconstants import const
const .a = 5
a = 7 # Raises SyntaxError