10 lines
127 B
Python
Raw Normal View History

2022-06-28 16:35:00 +08:00
import PikaStdLib
import PikaStdData
class Test():
def func(self):
return 'hello'
def func():
return 'hello'