This is exactly how you make the world a little bit worse.
Go to file
GodSaveTheDoge 56c3ecd4c2 Updated README.md 2021-05-11 22:21:22 +02:00
.gitignore Made it I guess. Missing type hinting for frame. 2021-05-11 22:07:10 +02:00
README.md Updated README.md 2021-05-11 22:21:22 +02:00
pyconstants.py Fixed FrameType hinting 2021-05-11 22:15:36 +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