PamGram/core/services/devices/repositories.py

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

4 lines
104 B
Python
Raw Normal View History

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