gen_analyzer/model/
script.rs

1/// # Script
2/// which is from `.gen` file, in `.gen` file, people can write rust code or ets code
3pub type Script = String;