Files
2025-11-25 10:11:32 +03:00

6 lines
122 B
Python
Executable File

"""Services package for system operations"""
from .system_service import SystemService
__all__ = ['SystemService']