move brackets and rename launcher

This commit is contained in:
2021-10-07 14:35:46 +03:00
parent 710277abae
commit cf66a0d0d0
5 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ from flask_restful import Resource
from app.glob import get_config, get_manager
from app.manager import infobase_data_blank
from brackets import get_infobases as br_get_infobases
from app.brackets import get_infobases as br_get_infobases
def load_infobases(config) -> List[str]: