From 4ec5cdcd77aa1b6fc384197e1208061d62f16ba2 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 17 Jun 2021 13:11:32 +0200 Subject: Updates to the dom namespace in pyGHDL. --- pyGHDL/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pyGHDL/__init__.py') diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py index 97ae27a03..0324bd15d 100644 --- a/pyGHDL/__init__.py +++ b/pyGHDL/__init__.py @@ -47,3 +47,9 @@ this is provided from a ``pyGHDL`` packages with four sub-packages: * ``pyGHDL.lsp`` - A `language server protocol `__ (LSP) written in Python. The implementation offers an HTTPS service that can be used e.g. by editors and IDEs supporting LSP. """ +from pydecor import export + + +@export +class GHDLBaseException(Exception): + pass -- cgit v1.2.3