mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-15 16:32:40 -05:00
Files
4 lines
77 B
Python
4 lines
77 B
Python
class MatchAny:
|
|||
def __eq__(self, _: object) -> bool:
|
|||
return True
|