Files
Mofox-Core/src/plugins/remote/__init__.py

6 lines
88 B
Python

import asyncio
from .remote import main
# 启动心跳线程
heartbeat_thread = main()