PaiGram/core/services/players/error.py

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

4 lines
101 B
Python
Raw Normal View History

from gram_core.services.players.error import PlayerNotFoundError
__all__ = ("PlayerNotFoundError",)