Skip to content

Commit

Permalink
Placate flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Jan 1, 2023
1 parent 778566a commit 872b1cc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/zmsh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@
from .geometry import compositions, Geometry
from .convex_hull import ConvexHullMachine, convex_hull
from .plotting import visualize

__all__ = [
"Geometry",
"Topology",
"ConvexHullMachine",
"convex_hull",
"visualize",
"transformations",
"simplicial",
"predicates",
"compositions",
"examples",
]

0 comments on commit 872b1cc

Please sign in to comment.