Skip to content

Commit f39bc37

Browse files
committed
Adds associated types
1 parent 44ff3c9 commit f39bc37

18 files changed

+528
-574
lines changed

classes/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
so mypy's ``implicit_reexport`` rule will be happy.
66
"""
77

8+
from classes._typeclass import AssociatedType as AssociatedType
89
from classes._typeclass import Supports as Supports
910
from classes._typeclass import typeclass as typeclass

0 commit comments

Comments
 (0)