mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-07-01 11:34:58 +02:00
6 lines
132 B
Python
6 lines
132 B
Python
from .themis import Themis
|
|
import urllib3
|
|
|
|
__all__ = ["Themis"]
|
|
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|