6 lines
122 B
Python
Executable File
6 lines
122 B
Python
Executable File
"""Services package for system operations"""
|
|
from .system_service import SystemService
|
|
|
|
__all__ = ['SystemService']
|
|
|