PamGram/core/services/devices/models.py

4 lines
113 B
Python
Raw Permalink Normal View History

from gram_core.services.devices.models import Devices, DevicesDataBase
2023-06-17 03:48:36 +00:00
__all__ = ("Devices", "DevicesDataBase")