mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-11-09 19:36:44 +00:00
Add lots of comments and logs
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
"""
|
||||
Provide logger object.
|
||||
|
||||
Any other modules in "none" should use "logger" from this module
|
||||
to log messages.
|
||||
"""
|
||||
|
||||
import logging
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user