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