One source of truth for model and factory

前端 未结 0 1780
轻奢々
轻奢々 2021-02-09 20:53

I am finding myself writing the same code a lot when type hinting the JSON response of an API e.g:

class Foo(TypedDict):
    foo: int
    baz: str
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题