Skip to content

Commit c521653

Browse files
committed
fix: add PlayerDataAPI back in
1 parent 65f49ec commit c521653

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

playerdatapy/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,11 @@
146146
VideoRecordingAttributes,
147147
)
148148

149+
# Appended manually
150+
from .playerdata_api import PlayerDataAPI
151+
149152
__all__ = [
153+
"PlayerDataAPI",
150154
"AccelzoneLowerBoundsInput",
151155
"AggFuncEnum",
152156
"AppAuthenticationFlow",

0 commit comments

Comments
 (0)