Add module docstring.

This commit is contained in:
voussoir 2020-11-15 22:01:47 -08:00
parent 29541d2570
commit 5d83ed655d

View file

@ -1,3 +1,7 @@
'''
This module forwards everything from logging, with the addition of a level
LOUD=1 and all loggers are given the `loud` method.
'''
from logging import *
_getLogger = getLogger