reorganize python projects
This commit is contained in:
@@ -3,7 +3,7 @@ Prints the database kontor structure
|
||||
"""
|
||||
import mariadb
|
||||
from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
|
||||
from setup import get_database_cursors, get_logger
|
||||
from config import get_database_cursors, get_logger
|
||||
|
||||
parser = ArgumentParser(formatter_class=ArgumentDefaultsHelpFormatter)
|
||||
parser.add_argument('--verbose', '-v', action='count', default=0)
|
||||
|
||||
Reference in New Issue
Block a user