mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-14 00:25:17 +00:00
5 lines
141 B
Python
5 lines
141 B
Python
{Message!;} = pyimport "./message"
|
|
|
|
.ContentManager: ClassType
|
|
|
|
.set_text_content!: (msg: Message!, string: Str, subtype := Str) => NoneType
|