mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 12:34:00 +07:00
9 lines
91 B
Python
9 lines
91 B
Python
MODULE_CONTANT = 42
|
|
|
|
|
|
def module_function():
|
|
pass
|
|
|
|
|
|
class ModuleClass(object):
|
|
pass |