6 lines
102 B
Python
6 lines
102 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
async def boot():
|
||
|
|
"""脚本启动函数"""
|
||
|
|
pass
|