mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-06-26 06:47:40 +02:00
MAESTRO: add tests endpoint schema
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""API response schemas."""
|
||||
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from app.engine.models import Test
|
||||
|
||||
|
||||
class TestResponse(Test):
|
||||
pass
|
||||
Reference in New Issue
Block a user