Pass output directory throuh to consts and call a cleanup function
[ldk-java] / java_strings.py
index ccde06e5806d73edabb5d19d7fe9115b3090b3ef..1b5be889b944bd6097845289e20e7fc68741fdba 100644 (file)
@@ -1384,3 +1384,6 @@ import javax.annotation.Nullable;
             out_java_struct += ("\t}\n\n")
 
         return (out_java, out_c, out_java_struct + extra_java_struct_out)
+
+    def cleanup(self):
+        pass