Skip to content

Commit

Permalink
Makes the schema a package
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Dec 6, 2023
1 parent 1d2e523 commit 04eb4cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nextmv/nextroute/schema/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Schema (class) definitions for the entities in Nextroute."""
1 change: 1 addition & 0 deletions nextmv/nextroute/schema/location.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Defines the Location class."""


from dataclasses import dataclass


Expand Down
2 changes: 2 additions & 0 deletions nextmv/nextroute/schema/stop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Defines the Stop class."""


from dataclasses import dataclass
from typing import Any

Expand Down

0 comments on commit 04eb4cf

Please sign in to comment.