jdkandersson / OpenAlchemy

Define SQLAlchemy models using the OpenAPI specification.
https://openapi-sqlalchemy.readthedocs.io/en/latest/
Apache License 2.0
47 stars 13 forks source link

modernize imports #255

Closed jdkandersson closed 3 years ago

jdkandersson commented 3 years ago

As a developer I don't want to import in __init__.py files unless needed in that file so that the startup time is lower.