|
|
|
|
|
by welder
1390 days ago
|
|
It does have some typehints... but I don't like Python types when they require importing the object only for the purpose of types. I only import objects when they're actually used in the non-type code, and I don't like to use `if typing.TYPE_CHECKING`. These days I use Go when I need types. |
|