mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
5 lines
100 B
Python
5 lines
100 B
Python
from . import GenerateUI
|
|
def launch():
|
|
ui_generator = GenerateUI()
|
|
ui_generator.launch_ui()
|