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