mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
Refactor UI module and add launcher function
This commit is contained in:
4
ui/launcher.py
Normal file
4
ui/launcher.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from . import GenerateUI
|
||||
def launch():
|
||||
ui_generator = GenerateUI()
|
||||
ui_generator.launch_ui()
|
||||
Reference in New Issue
Block a user