1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 21:29:40 +02:00
mealie/tests/utils/fixture_schemas.py

11 lines
151 B
Python
Raw Normal View History

from dataclasses import dataclass
from typing import Any
@dataclass
class TestUser:
email: str
user_id: int
group_id: int
token: Any