mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
23 lines
380 B
Python
23 lines
380 B
Python
# encoding: utf-8
|
|
# module SingleNameSpace
|
|
# from SingleNameSpace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
# by generator 1.135
|
|
# no doc
|
|
# no imports
|
|
|
|
# no functions
|
|
# classes
|
|
|
|
from object import object
|
|
|
|
class AnotherClass(object):
|
|
""" AnotherClass() """
|
|
|
|
from object import object
|
|
|
|
class MyClass(object):
|
|
""" MyClass() """
|
|
|
|
# variables with complex values
|
|
|