Files
2010-01-27 17:14:16 +03:00

8 lines
85 B
Plaintext

import foo
<begin>
print("Foo was imported")
<end>
foo.do_something
<result>
In:
Out: