mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
16 lines
290 B
Python
16 lines
290 B
Python
# encoding: utf-8
|
|
# module SingleNameSpace.Some.Deep calls itself Deep
|
|
# from SingleNameSpace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
# by generatorXXX
|
|
# no doc
|
|
# no imports
|
|
|
|
# no functions
|
|
# classes
|
|
|
|
class WeHaveClass(object):
|
|
""" WeHaveClass() """
|
|
MyClass = None
|
|
|
|
|