reformat, add setup.py

This commit is contained in:
2020-12-27 09:21:30 -05:00
parent 5c295ab1d8
commit 89ce04d3d1
18 changed files with 107 additions and 87 deletions

View File

@@ -4,4 +4,4 @@ class WalletAPI:
self.s = session
def get_billing_information(self, *args, **kwargs):
return self.s.get("{}/v3/billing".format(self.root_url), *args, **kwargs)
return self.s.get("{}/v3/billing".format(self.root_url), *args, **kwargs)