mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-08-24 11:22:54 -04:00
9 lines
117 B
Python
Executable File
9 lines
117 B
Python
Executable File
from __future__ import annotations
|
|
|
|
from typing import TypedDict
|
|
|
|
|
|
class Overwrite(TypedDict):
|
|
a: int
|
|
d: int
|