kuroko/test/testModuleDocstring.krk

5 lines
92 B
Python

#!/usr/bin/kuroko
"""This is a docstring."""
print("hello, here is my docstring:",__doc__)