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