1
0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-12-03 21:44:55 +02:00

Refactor api access

This commit is contained in:
Andre Basche
2023-04-09 20:50:28 +02:00
parent eb6741145a
commit 36fad84ee2
7 changed files with 107 additions and 85 deletions

View File

@@ -1,10 +1,8 @@
import datetime
import json
import logging
import re
import secrets
import urllib
from pprint import pprint
from urllib import parse
from yarl import URL