// ============================================================================= // Obligations Module - Pflichtenregister Document Generator // Barrel re-export — implementation split into obligations-document/ // ============================================================================= export type { ObligationDocumentOrgHeader, ObligationDocumentRevision } from './obligations-document/types-defaults' export { createDefaultObligationDocumentOrgHeader } from './obligations-document/types-defaults' export { buildObligationDocumentHtml } from './obligations-document/html-builder'