Skip to content

Commit

Permalink
Add Status to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustachauve committed Jan 3, 2024
1 parent ab890c8 commit 9c89e48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/technove/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
TechnoVEConnectionTimeoutError,
TechnoVEError,
)
from .models import (
Info,
Station,
)
from .models import Info, Station, Status
from .technove import TechnoVE

__all__ = [
"Station",
"Status",
"Info",
"TechnoVE",
"TechnoVEConnectionError",
Expand Down

0 comments on commit 9c89e48

Please sign in to comment.