Skip to content

Commit

Permalink
Fixes __init__.py imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobrovolny committed May 10, 2023
1 parent c80d3f2 commit 306359d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mh_zxx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from mh_z16.base import CO2Sensor
from mh_z16.version import __version__
from mh_zxx.base import CO2Sensor
from mh_zxx.version import __version__


__all__ = ["CO2Sensor", "__version__"]

0 comments on commit 306359d

Please sign in to comment.