8 lines
125 B
Python
8 lines
125 B
Python
"""
|
|
Document generation package for CBCFacil
|
|
"""
|
|
|
|
from .generators import DocumentGenerator
|
|
|
|
__all__ = ['DocumentGenerator']
|