Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Oct 9, 2024
1 parent 1e5ec77 commit ef2f4a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tesla_fleet_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from .user import User
from .vehicle import Vehicle
from .vehiclespecific import VehicleSpecific
from .vehiclesigned import VehicleSigned


__all__ = [
Expand All @@ -25,4 +26,5 @@
"User",
"Vehicle",
"VehicleSpecific",
"VehicleSigned",
]

0 comments on commit ef2f4a3

Please sign in to comment.