5 lines
183 B
Python
5 lines
183 B
Python
__title__ = "twitter-api-client"
|
|
__description__ = "Implementation of Twitter's v1, v2, and GraphQL APIs."
|
|
__version__ = "0.10.7"
|
|
__author__ = "Trevor Hobenshield"
|
|
__license__ = "MIT" |