khubchand's picture
Initial clean release
0a96660
raw
history blame contribute delete
158 Bytes
import logging
logging.basicConfig(
level=logging.INFO,
format="%(asctime)s - %(levelname)s - %(message)s"
)
logger = logging.getLogger("AI_ENGINE")