mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
7 lines
102 B
Python
7 lines
102 B
Python
from . import GenerateUI
|
|
|
|
|
|
def launch():
|
|
ui_generator = GenerateUI()
|
|
ui_generator.launch_ui()
|