Skip to content

Instantly share code, notes, and snippets.

View i-am-unknown-81514525's full-sized avatar

i-am-unknown-81514525

  • United Kingdom
  • 02:42 (UTC)
View GitHub Profile
import builtins
import io
import sys
import types
from ctypes import py_object
#from forbiddenfruit import curse
from typing import Never, Type, Optional, Any, Callable
class __MISSING_BASE(type):...