We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8a716 commit 538936dCopy full SHA for 538936d
src/ansys/mapdl/core/mapdl_grpc.py
@@ -106,8 +106,8 @@
106
from ansys.platform.instancemanagement import Instance as PIM_Instance
107
108
from ansys.mapdl.core.database import MapdlDb
109
- from ansys.mapdl.core.xpl import ansXpl
110
from ansys.mapdl.core.plugin import ansPlugin
+ from ansys.mapdl.core.xpl import ansXpl
111
112
TMP_VAR = "__tmpvar__"
113
VOID_REQUEST = anskernel.EmptyRequest()
src/ansys/mapdl/core/plugin.py
@@ -31,6 +31,7 @@
31
from .errors import MapdlRuntimeError
32
from .misc import random_string
33
34
+
35
class ansPlugin:
36
"""
37
ANSYS MAPDL Plugin Manager.
0 commit comments