Python, how to accept argparse.log_level parameter and propagate its value to all other modules

前端 未结 0 425
一向
一向 2021-01-25 19:59

In the same folder I have three files: main.py, app_logger.py and mymodule.py with their contents:

# main.py
import argparse
import app_logger
import mymodule
imp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题