PamGram/core/services/devices/models.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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")