This PR introduces a bug that causes the client to fail: #43
Specifically, in https://github.com/fa0311/twitter_openapi_python/blob/8a09f0af1ca79adb0165af1a85d420565e9e54d5/twitter_openapi_python/twitter_openapi_python/tid.py, there is this line:
from x_client_transaction import ClientTransaction
...but the module x_client_transaction doesn't exist anywhere at all!
This PR introduces a bug that causes the client to fail: #43
Specifically, in https://github.com/fa0311/twitter_openapi_python/blob/8a09f0af1ca79adb0165af1a85d420565e9e54d5/twitter_openapi_python/twitter_openapi_python/tid.py, there is this line:
from x_client_transaction import ClientTransaction...but the module
x_client_transactiondoesn't exist anywhere at all!