mirror of
https://github.com/PaiGramTeam/GramCore.git
synced 2024-11-22 06:17:56 +00:00
6 lines
112 B
Python
6 lines
112 B
Python
"""DeviceService"""
|
|
|
|
from gram_core.services.devices.services import DevicesService
|
|
|
|
__all__ = "DevicesService"
|