|
|
|
|
|
by omegalulw
1820 days ago
|
|
Can't you do this already with Python type annotations? I am a fan of typing in general (not just for data model as this seems to be) and using types everywhere saves a lot of debugging hassle and even allows for catching some bugs with static analysis. |
|