reorganize python projects
This commit is contained in:
@@ -4,7 +4,7 @@ copy data from MariaDB to SQLite
|
||||
import sqlite3
|
||||
import mariadb
|
||||
from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
|
||||
from setup import get_database_cursors, create_tables, get_logger, get_meta_data, get_scripts
|
||||
from config import get_database_cursors, create_tables, get_logger, get_meta_data, get_scripts
|
||||
|
||||
parser = ArgumentParser(formatter_class=ArgumentDefaultsHelpFormatter)
|
||||
parser.add_argument('--recreate-db', action='store_true')
|
||||
|
||||
Reference in New Issue
Block a user