Files

10 lines
83 B
Python

xyzzy = 1
__all__ = ['xyzzy']
def foo():
shazam = 2
class C:
boohoo = 3