update compiler and derive is ok

This commit is contained in:
lyon 2021-08-23 14:35:00 +08:00
parent bc0a1c85f6
commit 7b267eda00
2 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ from PikaObj import *
import PikaStdLib
class Main(BaseObj):
class Main(PikaStdLib.SysObj):
pass