2022-06-28 16:35:00 +08:00

10 lines
127 B
Python

import PikaStdLib
import PikaStdData
class Test():
def func(self):
return 'hello'
def func():
return 'hello'