mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 21:29:40 +02:00
4 lines
77 B
Python
4 lines
77 B
Python
|
class MatchAny:
|
||
|
def __eq__(self, _: object) -> bool:
|
||
|
return True
|