blob: e2aa3fed7e8387511aaa93f6a1bd4165df5fd1b3 [file] [log] [blame]
from pywy.core.platform import Platform
class PythonPlatform(Platform):
def __init__(self):
super(PythonPlatform, self).__init__("Python")