aboutsummaryrefslogtreecommitdiffstats
path: root/src/python/__init__.py
blob: 2df9a456fcb0251aaa4fbc2bf2522ea98f87636b (plain)
1
2
3
4
from _botan import *

# Initialize the library when the module is imported
init = LibraryInitializer()