5 lines
117 B
Python
5 lines
117 B
Python
|
|
"""Services Package"""
|
||
|
|
from .storage import StorageService, get_storage
|
||
|
|
|
||
|
|
__all__ = ["StorageService", "get_storage"]
|