Files
mgeeky-decode-spam-headers/backend/app/schemas/tests.py
2026-02-18 01:01:09 +01:00

8 lines
108 B
Python

from __future__ import annotations
from app.engine.models import Test
class TestResponse(Test):
pass