MibooGram/core/services/devices/__init__.py

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

6 lines
110 B
Python
Raw Normal View History

2023-06-19 03:41:22 +00:00
"""DeviceService"""
from core.services.devices.services import DevicesService
2023-11-06 08:10:47 +00:00
__all__ = ("DevicesService",)