mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 12:48:12 +07:00
8 lines
132 B
Python
8 lines
132 B
Python
import sys
|
|
|
|
|
|
class SuperClass(object):
|
|
COPYRIGHT = sys.copyright
|
|
|
|
def __init__(self):
|
|
self.version = sys.api_version |