Import Open messages

This commit is contained in:
clerie 2022-01-06 23:53:52 +01:00
parent 3617494917
commit d14fb10ddb
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ class Response:
return self.attrs.get("maxLen")
from .getaccount import GetAccount, GetAccountResp
from .open import Open, OpenResp
from .ping import Ping, PingResp
def construct(request):