mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +08:00
7 lines
130 B
Python
7 lines
130 B
Python
|
import none
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
none.init()
|
||
|
none.load_builtin_plugins()
|
||
|
none.run(host='127.0.0.1', port=8080)
|