fixed serve
This commit is contained in:
parent
db555fa3b3
commit
1dc9d35475
10 changed files with 66 additions and 116 deletions
4
cli
4
cli
|
@ -5,7 +5,7 @@ import sys
|
|||
from pathlib import Path
|
||||
|
||||
import importer
|
||||
# import serve
|
||||
import serve
|
||||
import autosort
|
||||
import validate
|
||||
# import info
|
||||
|
@ -47,7 +47,7 @@ if __name__ == '__main__':
|
|||
create_dirs()
|
||||
# cli.add_command(sort.command)
|
||||
cli.add_command(importer.command)
|
||||
# cli.add_command(serve.command)
|
||||
cli.add_command(serve.command)
|
||||
cli.add_command(autosort.command)
|
||||
cli.add_command(validate.command)
|
||||
# cli.add_command(info.command)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue