This is exactly how you make the world a little bit worse.
Go to file
GodSaveTheDoge b376fe6b7a Added LICENSE.md 2021-05-11 22:42:36 +02:00
.gitignore Made it I guess. Missing type hinting for frame. 2021-05-11 22:07:10 +02:00
LICENSE.md Added LICENSE.md 2021-05-11 22:42:36 +02:00
README.md Updated README.md 2021-05-11 22:21:22 +02:00
pyconstants.py Removed FIXME 2021-05-11 22:23:48 +02:00
test.py Made it I guess. Missing type hinting for frame. 2021-05-11 22:07:10 +02:00

README.md

PyConstants

Adds constants in python

Usage

from pyconstants import const

const .a = 5
a = 7  # Raises SyntaxError