socr / data /__init__.py
scfive's picture
Upload 203 files
d6ea71e verified
raw
history blame contribute delete
169 Bytes
"""Implements serializers for the event data of various providers."""
__all__ = [
"opta",
"statsbomb",
"wyscout",
]
from . import opta, statsbomb, wyscout