mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 04:20:58 +00:00
16 lines
474 B
Python
16 lines
474 B
Python
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
|
|
import importlib.metadata
|
|
|
|
__title__: str = "plex-api-client"
|
|
__version__: str = "0.28.2"
|
|
__openapi_doc_version__: str = "0.0.3"
|
|
__gen_version__: str = "2.623.4"
|
|
__user_agent__: str = "speakeasy-sdk/python 0.28.2 2.623.4 0.0.3 plex-api-client"
|
|
|
|
try:
|
|
if __package__ is not None:
|
|
__version__ = importlib.metadata.version(__package__)
|
|
except importlib.metadata.PackageNotFoundError:
|
|
pass
|