Beta release 0.2.13
☑️ Add sync calls coverage
from glQiwiApi import sync, QiwiWrapper
wallet = QiwiWrapper(
api_access_token='TOKEN',
phone_number='+number',
without_context=True # pass on without_context variable
)
def main():
print(sync(wallet.get_balance))
main()