diff options
Diffstat (limited to 'resources/libraries/python/Trace.py')
-rw-r--r-- | resources/libraries/python/Trace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/libraries/python/Trace.py b/resources/libraries/python/Trace.py index 8168b909ea..1a251a61b6 100644 --- a/resources/libraries/python/Trace.py +++ b/resources/libraries/python/Trace.py @@ -14,6 +14,7 @@ from resources.libraries.python.VatExecutor import VatExecutor from resources.libraries.python.topology import NodeType + class Trace(object): @staticmethod |