Skip to content

Commit

Permalink
deleting init_py to test rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
japaf committed Jul 5, 2019
1 parent 6d2d67d commit 6d55cf6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/foamgen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
"""Generate virtual closed-cell or open-cell foam structure."""

from . import generation
from . import geo_tools
from . import morphology
from . import packing
from . import smesh
from . import tessellation
from . import umesh
from . import vtk_tools

__all__ = [
'generation',
'geo_tools',
'morphology',
'packing',
'smesh',
'tessellation',
'umesh',
'vtk_tools',
]

0 comments on commit 6d55cf6

Please sign in to comment.