Source code for pbpstats.resources.enhanced_pbp.data_nba.rebound

from pbpstats.resources.enhanced_pbp.data_nba.enhanced_pbp_item import (
    DataEnhancedPbpItem,
)
from pbpstats.resources.enhanced_pbp import Rebound


[docs]class DataRebound(Rebound, DataEnhancedPbpItem): """ Class for rebound events """ def __init__(self, *args): super().__init__(*args)