7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
|
import "ppp_object.ppp";
|
||
|
import "ppp_types.ppp";
|
||
|
|
||
|
variables: dict[str, Object] = {
|
||
|
"str": Object.Type(Type.Str),
|
||
|
"bool": Object.Type(Type.Bool)
|
||
|
};
|