Files
hoopscout/apps/providers/clients/__init__.py

4 lines
76 B
Python

from .balldontlie import BalldontlieClient
__all__ = ["BalldontlieClient"]