Skip to content

Commit

Permalink
Merge pull request #39 from simulate-digital-rail/export-nodeconnecti…
Browse files Browse the repository at this point in the history
…ondirection

Export Node Connection Direction as part of the model
  • Loading branch information
arneboockmeyer authored Mar 14, 2023
2 parents fb7c34d + 00c4985 commit f94b06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaramo/model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from yaramo.edge import Edge # pylint: noqa
from yaramo.geo_node import GeoNode, Wgs84GeoNode, DbrefGeoNode # pylint: noqa
from yaramo.node import Node # pylint: noqa
from yaramo.node import Node, NodeConnectionDirection # pylint: noqa
from yaramo.route import Route # pylint: noqa
from yaramo.signal import Signal, SignalDirection, SignalFunction, SignalKind # pylint: noqa
from yaramo.topology import Topology # pylint: noqa
Expand Down

0 comments on commit f94b06c

Please sign in to comment.