Skip to content

Commit 9fbc926

Browse files
committed
init ansys
1 parent 1097ed7 commit 9fbc926

File tree

187 files changed

+27431
-13923
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+27431
-13923
lines changed

examples/ansys/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from . import _version
2+
3+
__version__ = _version.get_versions()["version"]
4+
5+
# import public API of the package
6+
# from . import <obj>
7+
8+
# add public API as strings here, for example __all__ = ["obj"]
9+
__all__ = []

0 commit comments

Comments
 (0)