Skip to content

Commit 643e579

Browse files
authored
Merge pull request #6 from Mathics3/mathics-5.0.0-more-adjustments
Mathics 5.0.0 more adjustments
2 parents 701b6d4 + 79e311d commit 643e579

File tree

5 files changed

+322
-205
lines changed

5 files changed

+322
-205
lines changed

pymathics/graph/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
In[4]:= CompleteKaryTree[3, VertexLabels->True]
1212
"""
1313

14-
from pymathics.graph.version import __version__
1514
from pymathics.graph.__main__ import * # noqa
16-
from pymathics.graph.tree import * # qoqa
17-
from pymathics.graph.generators import * # noqa
1815
from pymathics.graph.algorithms import * # noqa
16+
from pymathics.graph.generators import * # noqa
17+
from pymathics.graph.tree import * # noqa
18+
from pymathics.graph.version import __version__ # noqa
1919

2020
pymathics_version_data = {
2121
"author": "The Mathics Team",

0 commit comments

Comments
 (0)