File size: 133 Bytes
79859e3
 
 
 
 
 
1
2
3
4
5
6
7
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).parent.parent.parent))

from g4f.gui import run_gui
run_gui()