We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8555819 commit 287d038Copy full SHA for 287d038
src/track_linearization/__init__.py
@@ -7,3 +7,8 @@
7
plot_graph_as_1D,
8
plot_track_graph,
9
)
10
+
11
+try:
12
+ from ._version import __version__
13
+except ImportError:
14
+ pass
0 commit comments