Skip to content

Commit

Permalink
Export osm.TurnRestriction
Browse files Browse the repository at this point in the history
  • Loading branch information
MKuranowski committed Jul 28, 2024
1 parent b3f1ea2 commit f6faf29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/api/pyroutelib3.osm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ Base classes
.. autoclass:: HighwayProfile

.. autoclass:: NonMotorroadHighwayProfile

.. autoclass:: TurnRestriction
2 changes: 2 additions & 0 deletions pyroutelib3/osm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
SkeletonProfile,
SubwayProfile,
TramProfile,
TurnRestriction,
)

__all__ = [
Expand All @@ -34,4 +35,5 @@
"SkeletonProfile",
"SubwayProfile",
"TramProfile",
"TurnRestriction",
]

0 comments on commit f6faf29

Please sign in to comment.