Spaces:
Sleeping
Sleeping
| """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' | |
| ] | |