mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-18 01:58:56 +00:00
V1.0.6
This commit is contained in:
12
packages/third-party/micropython-1.13.0/tools/mpy-cross/hellortt.py
vendored
Executable file
12
packages/third-party/micropython-1.13.0/tools/mpy-cross/hellortt.py
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
# import os
|
||||
class HelloRtt:
|
||||
|
||||
def __repr__(self):
|
||||
self.__call__()
|
||||
return ""
|
||||
|
||||
def __call__(self):
|
||||
print("hello world!!")
|
||||
print("hello RTT")
|
||||
|
||||
hello = HelloRtt()
|
||||
Reference in New Issue
Block a user