6 lines
88 B
Python
6 lines
88 B
Python
import asyncio
|
|
from .remote import main
|
|
|
|
# 启动心跳线程
|
|
heartbeat_thread = main()
|