api: remove __init__.py

pybricks is a namespace, not a module, so it cannot have __init__.py. Otherwise there can be no other packages installed that use the pybricks namespace.
This commit is contained in:
David Lechner
2020-03-18 17:19:48 -05:00
parent 3e8f311860
commit 21cef2f8c8
-4
View File
@@ -1,4 +0,0 @@
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions