mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-13 08:02:36 +00:00
plugin load
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import logging
|
||||
from .log import logger
|
||||
|
||||
logger.setLevel(level=logging.DEBUG)
|
||||
|
||||
from .plugin import load_plugins, get_loaded_plugins
|
||||
Reference in New Issue
Block a user