diff --git a/nba_api/stats/endpoints/__init__.py b/nba_api/stats/endpoints/__init__.py index 703869c3..b02ba61d 100644 --- a/nba_api/stats/endpoints/__init__.py +++ b/nba_api/stats/endpoints/__init__.py @@ -51,6 +51,7 @@ 'leaguedashptstats', 'leaguedashptteamdefend', 'leaguedashteamclutch', + 'leaguedashoppptshot' 'leaguedashteamptshot', 'leaguedashteamshotlocations', 'leaguedashteamstats', @@ -178,6 +179,7 @@ from .leaguedashlineups import LeagueDashLineups from .leaguedashplayerbiostats import LeagueDashPlayerBioStats from .leaguedashplayerclutch import LeagueDashPlayerClutch +from .leaguedashoppptshot import LeagueDashOppPtShot from .leaguedashplayerptshot import LeagueDashPlayerPtShot from .leaguedashplayershotlocations import LeagueDashPlayerShotLocations from .leaguedashplayerstats import LeagueDashPlayerStats