Skip to content
Snippets Groups Projects
Commit 2ce61fab authored by erichard's avatar erichard
Browse files

move labelstower *.py into parent directory and change parent directory name to labelstower.

parent 3ee3253e
No related branches found
No related tags found
1 merge request!62Packager labelstower bis
...@@ -2,5 +2,5 @@ from flask import Blueprint ...@@ -2,5 +2,5 @@ from flask import Blueprint
bp = Blueprint('sort', __name__) bp = Blueprint('sort', __name__)
from app.labels_system import routes from labelstower import routes
File moved
from typing import Dict, List from typing import Dict, List
from app import db from labelstower import db
def send_query_to_db(query: str) -> List[Dict[int, str]] : def send_query_to_db(query: str) -> List[Dict[int, str]] :
''' '''
......
from typing import Dict, List from typing import Dict, List
import json import json
from app.labels_system.getter import get_selected_elements, get_discriminating_labels, get_high_discriminating_labels, get_user_selection from labelstower.getter import get_selected_elements, get_discriminating_labels, get_high_discriminating_labels, get_user_selection
from app.labels_system import bp from labelstower import bp
#URLs call to update labels and elements along researchs #URLs call to update labels and elements along researchs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment