/
lib
/
python3
/
dist-packages
/
debianbts
/
Upload File
HOME
import logging logger = logging.getLogger("debianbts") logging.basicConfig( format="%(asctime)s %(levelname)s %(name)s %(message)s", level=logging.WARNING, ) def main() -> None: logger.warning("Not implemented yet, sorry!") if __name__ == "__main__": main()