6 lines
102 B
Python
Raw Normal View History

2025-09-25 10:52:52 +08:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
async def boot():
"""脚本启动函数"""
pass