summaryrefslogtreecommitdiff
path: root/gr-utils/bindtool/core/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/bindtool/core/base.py')
-rw-r--r--gr-utils/bindtool/core/base.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-utils/bindtool/core/base.py b/gr-utils/bindtool/core/base.py
new file mode 100644
index 0000000000..f7e713f034
--- /dev/null
+++ b/gr-utils/bindtool/core/base.py
@@ -0,0 +1,9 @@
+
+
+
+class BindTool(object):
+
+ target_bindings = 'pybind11'
+
+ def __init__(self):
+ pass \ No newline at end of file