-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snakecase #18
base: main
Are you sure you want to change the base?
Conversation
OS:ubuntu-20.04 |
Largest change is that all modules (i.e. filenames ending in ".py") have been snake cased, which is proper python style.
annotation_generation.py
also now uses the official importlib. All interfaces remain the same, except the imports would have to be changed to be snake_case by the users of this lib