scryfall-py/scryfall/__init__.py
2025-03-01 20:31:25 -07:00

3 lines
61 B
Python

from scryfall.client import Scryfall
__all__ = ["Scryfall"]