-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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