Some prelim work on builder api.
[librarian.git] / src / librarian / builders / txt.py
index 92ddb46..69ddbe2 100644 (file)
@@ -37,6 +37,7 @@ class TxtFragment:
 class TxtBuilder:
     """
     """
 class TxtBuilder:
     """
     """
+    build_method_fn = 'txt_build'
     file_extension = "txt"
     identifier = "txt"
     after_child_fn = 'txt_after_child'
     file_extension = "txt"
     identifier = "txt"
     after_child_fn = 'txt_after_child'