mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
19 lines
289 B
Python
19 lines
289 B
Python
import PikaStdLib
|
|
import PikaStdDevice
|
|
import PikaStdData
|
|
import GTestTask
|
|
import PikaMath
|
|
import PikaDebug
|
|
from PikaObj import *
|
|
|
|
pkdb = PikaDebug.Debuger()
|
|
|
|
# class Test():
|
|
# x = 1
|
|
# def hi(self):
|
|
# print('hi' + str(self.x))
|
|
# test = Test()
|
|
# test.hi()
|
|
|
|
# print('hello')
|