From 355dee533bb34a571b9367820a63cccb668cf866 Mon Sep 17 00:00:00 2001 From: noptuno Date: Thu, 27 Apr 2023 20:29:30 -0400 Subject: Merging PR_218 openai_rev package with new streamlit chat app --- venv/lib/python3.9/site-packages/tls_client/__init__.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 venv/lib/python3.9/site-packages/tls_client/__init__.py (limited to 'venv/lib/python3.9/site-packages/tls_client/__init__.py') diff --git a/venv/lib/python3.9/site-packages/tls_client/__init__.py b/venv/lib/python3.9/site-packages/tls_client/__init__.py new file mode 100644 index 00000000..798dd5eb --- /dev/null +++ b/venv/lib/python3.9/site-packages/tls_client/__init__.py @@ -0,0 +1,15 @@ +# _____ __ __ ___ _ _ _ +# /__ \/ / / _\ / __\ (_) ___ _ __ | |_ +# / /\/ / \ \ _____ / / | | |/ _ \ '_ \| __| +# / / / /____\ \_____/ /___| | | __/ | | | |_ +# \/ \____/\__/ \____/|_|_|\___|_| |_|\__| + +# Disclaimer: +# Big shout out to Bogdanfinn for open sourcing his tls-client in Golang. +# Also to requests, as most of the cookie handling is copied from it. :'D +# I wanted to keep the syntax as similar as possible to requests, as most people use it and are familiar with it! +# Links: +# tls-client: https://github.com/bogdanfinn/tls-client +# requests: https://github.com/psf/requests + +from .sessions import Session \ No newline at end of file -- cgit v1.2.3