Skip to content

Commit

Permalink
Merge pull request #6 from Mathics3/mathics-5.0.0-more-adjustments
Browse files Browse the repository at this point in the history
Mathics 5.0.0 more adjustments
  • Loading branch information
rocky authored Jul 31, 2022
2 parents 701b6d4 + 79e311d commit 643e579
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 205 deletions.
6 changes: 3 additions & 3 deletions pymathics/graph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
In[4]:= CompleteKaryTree[3, VertexLabels->True]
"""

from pymathics.graph.version import __version__
from pymathics.graph.__main__ import * # noqa
from pymathics.graph.tree import * # qoqa
from pymathics.graph.generators import * # noqa
from pymathics.graph.algorithms import * # noqa
from pymathics.graph.generators import * # noqa
from pymathics.graph.tree import * # noqa
from pymathics.graph.version import __version__ # noqa

pymathics_version_data = {
"author": "The Mathics Team",
Expand Down
Loading

0 comments on commit 643e579

Please sign in to comment.