gg / etc /testing /test_gui.py
mfoud444's picture
first commit
79859e3
raw
history blame contribute delete
133 Bytes
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).parent.parent.parent))
from g4f.gui import run_gui
run_gui()