12 lines
373 B
Python
12 lines
373 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
__name__ = "enteletaor"
|
|
__author__ = "Daniel Garcia (cr0hn) - @ggdaniel"
|
|
__site__ = "https://github.com/cr0hn/enteletaor"
|
|
__version__ = "1.0.0"
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Generic global config
|
|
# --------------------------------------------------------------------------
|
|
DEBUG_LEVEL = 2 # 0 - 5
|