Files
2010-09-23 13:09:54 +03:00

7 lines
84 B
Python

# here we export boo() and not module boo
from boo import boo
b = boo()
# <ref>