Update 3.PikaScript标准开发流程.md

This commit is contained in:
Lyon 2021-08-27 14:54:18 +08:00 committed by GitHub
parent ff4616e478
commit a7e1b292c0

View File

@ -15,6 +15,7 @@
我们先打开Device.py查看一下内容在后续的文档中我们会称Device.py为Device包接口。
``` python
# Device.py
from PikaObj import *
class LED(TinyObj):