Refactored sheerka class: splitted to use sub handlers. Refactored unit tests to use classes.

This commit is contained in:
2020-01-22 17:49:28 +01:00
parent 821614a6c4
commit c489a38ebc
120 changed files with 7947 additions and 8190 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ import getopt
import sys
import logging
from core.sheerka import Sheerka
import core.utils
from core.sheerka.Sheerka import Sheerka
def usage():