mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 14:30:49 +07:00
10 lines
83 B
Python
10 lines
83 B
Python
xyzzy = 1
|
|
|
|
__all__ = ['xyzzy']
|
|
|
|
def foo():
|
|
shazam = 2
|
|
|
|
class C:
|
|
boohoo = 3
|