diff options
Diffstat (limited to 'python/libghdl/thin')
-rw-r--r-- | python/libghdl/thin/errorout_console.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/libghdl/thin/errorout_console.py b/python/libghdl/thin/errorout_console.py new file mode 100644 index 000000000..877165b70 --- /dev/null +++ b/python/libghdl/thin/errorout_console.py @@ -0,0 +1,3 @@ +from libghdl import libghdl + +Install_Handler = libghdl.errorout__console__install_handler |