4 lines
44 B
Python
4 lines
44 B
Python
|
from trio._repl import main
|
||
|
|
||
|
main(locals())
|