diff options
Diffstat (limited to 'gr-utils/bindtool/core/base.py')
-rw-r--r-- | gr-utils/bindtool/core/base.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gr-utils/bindtool/core/base.py b/gr-utils/bindtool/core/base.py index f7e713f034..24213a25a5 100644 --- a/gr-utils/bindtool/core/base.py +++ b/gr-utils/bindtool/core/base.py @@ -1,9 +1,8 @@ - class BindTool(object): - + target_bindings = 'pybind11' - + def __init__(self): - pass
\ No newline at end of file + pass |