Skip to content

Instantly share code, notes, and snippets.

@StarrFox
Created December 6, 2023 10:10
Show Gist options
  • Save StarrFox/0ec1179bbf372a3ae5ec946cb8568f2b to your computer and use it in GitHub Desktop.
Save StarrFox/0ec1179bbf372a3ae5ec946cb8568f2b to your computer and use it in GitHub Desktop.
from b import A, B
type A = A[B]
class A[T]: ...
class B: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment