Files
template-backend-service/tests/samples.py
2024-12-16 10:26:11 +03:00

8 lines
59 B
Python

ACCOUNT_1 = {
"id": 1,
}
ACCOUNT_2 = {
"id": 2,
}