averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

Adjust module structure #6

Closed reckart closed 3 years ago

reckart commented 3 years ago

Describe the refactoring action The import statement for classes in the Python API should be shortened from from averbis.platform import Client to from averbis import Client - the highlighting code will remain in a sub-module though

Expected benefit A cleaner layout.