Pujan-Dev's picture
Add document forgery detection feature and refactor model loading
c8f4e3f
raw
history blame contribute delete
272 Bytes
"""Package for real_forged_classifier feature.
This module ensures package-relative imports work when importing
`features.real_forged_classifier.*` from the application.
"""
__all__ = [
'controller', 'routes', 'preprocessor', 'inferencer', 'model_loader', 'model'
]