We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30e8f8 commit 663810bCopy full SHA for 663810b
nba_api/stats/endpoints/__init__.py
@@ -41,6 +41,7 @@
41
'leaguedashptstats',
42
'leaguedashptteamdefend',
43
'leaguedashteamclutch',
44
+ 'leaguedashoppptshot'
45
'leaguedashteamptshot',
46
'leaguedashteamshotlocations',
47
'leaguedashteamstats',
@@ -146,6 +147,7 @@
146
147
from .leaguedashlineups import LeagueDashLineups
148
from .leaguedashplayerbiostats import LeagueDashPlayerBioStats
149
from .leaguedashplayerclutch import LeagueDashPlayerClutch
150
+from .leaguedashoppptshot import LeagueDashOppPtShot
151
from .leaguedashplayerptshot import LeagueDashPlayerPtShot
152
from .leaguedashplayershotlocations import LeagueDashPlayerShotLocations
153
from .leaguedashplayerstats import LeagueDashPlayerStats
0 commit comments