make target argument optional for typescript inputs (undocumented)
[ldk-java] / java_strings.py
index 66eae2980fe3ac6e203c863027f88f9ab3c73c4a..682169295aed2849375c7841d70b50e271fdc7fe 100644 (file)
@@ -1,7 +1,7 @@
 from bindingstypes import *
 
 class Consts:
-    def __init__(self, DEBUG):
+    def __init__(self, DEBUG: bool, **kwargs):
 
         self.c_type_map = dict(
             uint8_t = ['byte'],