Files
FastAnime/fastanime/libs/player/__init__.py

4 lines
63 B
Python

from .player import create_player
__all__ = ["create_player"]