CBCFacil v8.0 - Refactored with AMD GPU support
This commit is contained in:
7
document/__init__.py
Normal file
7
document/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Document generation package for CBCFacil
|
||||
"""
|
||||
|
||||
from .generators import DocumentGenerator
|
||||
|
||||
__all__ = ['DocumentGenerator']
|
||||
Reference in New Issue
Block a user