hubaimaster / aws-interface

Create and manage powerful backends with one click
https://aws-interface.com
Apache License 2.0
55 stars 7 forks source link

Make __init__.py pythonic again! [MIPA] #1

Closed itsnamgyu closed 5 years ago

itsnamgyu commented 5 years ago

According to this post, __init__.py should only import classes, functions etc. from submodules within the package. Such classes and functions should not be declared within __init__.py itself. Rather, they should be in a separate .py file within the package.

hubaimaster commented 5 years ago

Please note that we have finished editing

hubaimaster commented 5 years ago

Thanks!