diff options
Diffstat (limited to 'pyGHDL/dom/Object.py')
-rw-r--r-- | pyGHDL/dom/Object.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyGHDL/dom/Object.py b/pyGHDL/dom/Object.py index 1079eae4a..953fae02a 100644 --- a/pyGHDL/dom/Object.py +++ b/pyGHDL/dom/Object.py @@ -50,8 +50,6 @@ from pyGHDL.libghdl.vhdl import nodes from pyGHDL.dom import DOMMixin from pyGHDL.dom._Utils import GetNameOfNode, GetDocumentationOfNode -__all__ = [] - @export class Constant(VHDLModel_Constant, DOMMixin): |