diff options
Diffstat (limited to 'python/libknot/__init__.py.in')
-rw-r--r-- | python/libknot/__init__.py.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/libknot/__init__.py.in b/python/libknot/__init__.py.in new file mode 100644 index 0000000..5984340 --- /dev/null +++ b/python/libknot/__init__.py.in @@ -0,0 +1,3 @@ +"""Python libknot interface.""" + +LIBKNOT_VERSION = "@libknot_SOVERSION@" |