ibuilder / services /__init__.py
Soufianesejjari's picture
Add utility and service packages, enhance profile model, and implement PDF handling
71fdb6d
raw
history blame contribute delete
158 Bytes
"""
Services package for backend operations
"""
from .storage_service import StorageService, storage_service
__all__ = ['StorageService', 'storage_service']