Skip to content

Instantly share code, notes, and snippets.

View mgraczyk's full-sized avatar

Michael Graczyk mgraczyk

View GitHub Profile
import asyncio as asyncio # keep
import enum
import random
from typing import Callable
from typing import Literal
from typing import NotRequired
from typing import TypedDict
import lxml.etree