beremiz
Clone
Summary
Browse
Changes
Graph
Doc: Add about section (PR #33)
2024-04-26, Nadim Khan
ac6408084c60
Doc: Add about section (PR #33)
* added about section
* updated .gitignore to exclude doc/_build/
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]