Source code for payloadcomputerdroneprojekt.helper

import logging


[docs] def smart_print(msg): logging.info(msg) print(msg)