Files
2025-12-22 22:36:14 +00:00

8 lines
92 B
Python

class Z:
__match_args__ = ()
def f(z):
match z:
case Z():
pass