feature/evaluating #2
2
.gitignore
vendored
2
.gitignore
vendored
@@ -27,4 +27,4 @@ hint.py
|
||||
|
||||
#Примеры документов
|
||||
document_examples/
|
||||
excel_files/*
|
||||
excel_files/
|
||||
|
||||
5
run.py
5
run.py
@@ -1,6 +1,11 @@
|
||||
import server.backend.services.excel as excel
|
||||
from server.backend.services.validating_files import validating
|
||||
from server.backend.api import companies,contractors,storages
|
||||
#_______________
|
||||
from pathlib import Path
|
||||
path = Path("./excel_files")
|
||||
path.mkdir(exist_ok=True)
|
||||
#_______________
|
||||
import argparse
|
||||
parser = argparse.ArgumentParser(description="Экспорт в Excel")
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user