7 lines
104 B
Python
7 lines
104 B
Python
import logging
|
|
|
|
logger = logging.getLogger(__name__)
|
|
logger.setLevel('DEBUG')
|
|
|
|
config_directory = '.fm'
|