restructure

This commit is contained in:
2022-05-27 21:18:29 +02:00
parent 8423db3193
commit 190062910c
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import stand.hacks
from stand.widgets.aggrid import aggrid
from stand.widgets.download import download
from restapi import restapi
from stand.restapi import restapi
from stand.utils.st_utils import get_session_id, hide_UI_elements

View File

@ -2,7 +2,7 @@ from threading import Thread
import cherrypy as cp
from tableapi import TableAPI
from stand.tableapi import TableAPI
# creating instances here allows to use TableAPI etc. as singletons