5 lines
87 B
Python
5 lines
87 B
Python
BUILTIN_SUBTYPES: dict[str, set[str]] = {
|
|
"float": {"int"},
|
|
"int": {"bool"},
|
|
}
|