summaryrefslogtreecommitdiffstats
path: root/etc/testing/test_gui.py
blob: cc3ae379d110c2aad19b30a9c8283cdd75406cc6 (plain) (blame)
1
2
3
4
5
6
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).parent.parent.parent))

from g4f.gui import run_gui
run_gui()