fixup! Added 'restart' to start over
This commit is contained in:
parent
b890d13e6e
commit
50d4f066e3
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ from sqlalchemy import create_engine
|
|||
from sqlalchemy.ext.declarative import declarative_base
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from schmeckels import autosort, importer, info, models, serve, sort, validate, stats
|
||||
from schmeckels import autosort, importer, info, models, serve, sort, validate, stats, restart
|
||||
from schmeckels.helper import build_database_filename, build_rules_filename, get_data_dir
|
||||
|
||||
__version__ = "0.0.1"
|
||||
|
@ -53,4 +53,5 @@ def main():
|
|||
cli.add_command(validate.command)
|
||||
cli.add_command(info.command)
|
||||
cli.add_command(stats.command)
|
||||
cli.add_command(restart.command)
|
||||
cli()
|
||||
|
|
Loading…
Add table
Reference in a new issue