rework structure of gradio app

This commit is contained in:
Jaikinator
2023-11-20 15:01:51 +01:00
parent f691790c00
commit bbb2c848e3
8 changed files with 484 additions and 507 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
from .qtfaststart import *
from .gradio_app import *
from .activity_tracker import *
from .interface import *
from .stg import *
from .interactions import *
from .global_var import *
from .app import *