File size: 272 Bytes
c8f4e3f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""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'
]