File size: 178 Bytes
783a952
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""Services package for ml_module.

Contains storage and other services used by the ml_module.
"""

from .storage_service import MLStorageService

__all__ = ["MLStorageService"]