This is exactly how you make the world a little bit worse.
Go to file
GodSaveTheDoge ce13d065c0 Reformatted files 2021-05-11 22:43:56 +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 Reformatted files 2021-05-11 22:43:56 +02:00
test.py Reformatted files 2021-05-11 22:43:56 +02:00

README.md

PyConstants

Adds constants in python

Usage

from pyconstants import const

const .a = 5
a = 7  # Raises SyntaxError