This is exactly how you make the world a little bit worse.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GodSaveTheDoge ce13d065c0 Reformatted files 2 years ago
.gitignore Made it I guess. Missing type hinting for frame. 2 years ago
LICENSE.md Added LICENSE.md 2 years ago
README.md Updated README.md 2 years ago
pyconstants.py Reformatted files 2 years ago
test.py Reformatted files 2 years ago

README.md

PyConstants

Adds constants in python

Usage

from pyconstants import const

const .a = 5
a = 7  # Raises SyntaxError