Files

7 lines
84 B
Python

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