diff options
Diffstat (limited to 'src/python/__init__.py')
-rw-r--r-- | src/python/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/python/__init__.py b/src/python/__init__.py new file mode 100644 index 000000000..2df9a456f --- /dev/null +++ b/src/python/__init__.py @@ -0,0 +1,4 @@ +from _botan import * + +# Initialize the library when the module is imported +init = LibraryInitializer() |