8 lines
226 B
Python
8 lines
226 B
Python
# Original content from ApiEvents/LanguageServiceApi/zod_messages.py
|
|
from typing import Dict
|
|
from fastapi import APIRouter, Header
|
|
from pydantic import BaseModel
|
|
from typing import Optional
|
|
|
|
# ... rest of the file content ...
|