prepare interfaces for subscriptions

This commit is contained in:
unknown
2020-02-05 16:28:15 +01:00
parent 62206318bd
commit 74e3825f10
6 changed files with 394 additions and 2 deletions

View File

@@ -67,6 +67,10 @@ async def plugin(reader, writer):
"get_local_size",
"prepare_local_size_context",
"local_size_import_complete",
"get_subscriptions",
"get_subscription_games",
"prepare_subscription_games_context",
"subscription_games_import_complete"
)
with ExitStack() as stack: