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