mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
9 lines
136 B
Python
9 lines
136 B
Python
import nonebot
|
|
|
|
import config
|
|
|
|
if __name__ == '__main__':
|
|
nonebot.init(config)
|
|
nonebot.load_builtin_plugins()
|
|
nonebot.run()
|