Skip to content

Commit

Permalink
Add unregister callback functions to __all__ list in cbsdk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoOnlyPawn authored May 22, 2024
1 parent 875febd commit aff45f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pycbsdk/cbsdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"register_event_callback",
"register_group_callback",
"register_config_callback",
"unregister_spk_callback",
"unregister_event_callback",
"unregister_group_callback",
"unregister_config_callback",
"CBRunLevel",
]

Expand Down

0 comments on commit aff45f5

Please sign in to comment.