mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 13:33:30 +01:00
8 lines
108 B
Python
8 lines
108 B
Python
from __future__ import annotations
|
|
|
|
from app.engine.models import Test
|
|
|
|
|
|
class TestResponse(Test):
|
|
pass
|