Skip to content

Commit

Permalink
Add __init__ for model classes
Browse files Browse the repository at this point in the history
  • Loading branch information
j4asper committed Sep 25, 2023
1 parent 5ee181d commit 717f01c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dmr/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .body_type import BodyType
from .insurance import Insurance
from .propulsion_type import PropulsionType
from .use_type import UseType
from .vehicle_type import VehicleType
from .vehicle import Vehicle

0 comments on commit 717f01c

Please sign in to comment.