Getting the following error when running the code in the example from the REAE
Traceback (most recent call last): File "main.py", line 6, in <module> import simple File "/GBSEcom/venv/lib/python3.8/site-packages/simple/__init__.py", line 2, in <module> from simple.gateway import Gateway File "/GBSEcom/venv/lib/python3.8/site-packages/simple/gateway.py", line 25 self.order_api = OrderApi()
Is this library ready to use or is it still in development?