Add Pferd class

This commit is contained in:
Joscha
2020-04-23 09:44:13 +00:00
parent 3c808879c9
commit 2de4255a78
8 changed files with 118 additions and 29 deletions

View File

@ -7,6 +7,8 @@ more complex configuration, you need to import the other submodules manually.
import logging
from .pferd import Pferd
STYLE = "{"
FORMAT = "[{levelname:<7}] {message}"
DATE_FORMAT = "%F %T"