# 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 | |