Move the Client class a module up

This commit is contained in:
Nick Chambers 2022-08-17 23:49:53 -05:00
parent 7d9c7c7581
commit 57a1dfa7b8
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
class Client:
def __init__(**kwargs):
def __init__(self, **kwargs):
print(kwargs)