mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-06 04:31:21 +00:00
7 lines
168 B
Python
7 lines
168 B
Python
# Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
|
# All Rights Reserved. See LICENSE file for details.
|
|
|
|
import logging
|
|
|
|
logging.basicConfig(level=logging.DEBUG)
|