mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +08:00
9 lines
124 B
Python
9 lines
124 B
Python
import none
|
|
|
|
import config
|
|
|
|
if __name__ == '__main__':
|
|
none.init(config)
|
|
none.load_builtin_plugins()
|
|
none.run()
|