PamGram/core/services/devices/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
107 B
Python
Raw Permalink Normal View History

2023-06-17 03:48:36 +00:00
"""DeviceService"""
from core.services.devices.services import DevicesService
__all__ = "DevicesService"