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

Reorganize architecture with new directories.

Code isn't working anymore !
parent 5ef7caf1
No related branches found
No related tags found
2 merge requests!61Packager labelstower,!60WIP: Implement sqlalchemy
import os
from flask import Flask, render_template
from app.label_system import sort
from app.labels_system.label_system import sort
class CustomFlask(Flask):
jinja_options = Flask.jinja_options.copy()
......
File moved
File moved
File moved
from typing import Dict, List
import json
from flask import Blueprint
from app.getter import get_selected_elements, get_discriminating_labels, get_high_discriminating_labels
from app.labels_system.getter import get_selected_elements, get_discriminating_labels, get_high_discriminating_labels
sort = Blueprint('sort', __name__)
......
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