diff options
author | Commenter123321 <36051603+Commenter123321@users.noreply.github.com> | 2023-10-10 14:47:41 +0200 |
---|---|---|
committer | Commenter123321 <36051603+Commenter123321@users.noreply.github.com> | 2023-10-10 14:47:41 +0200 |
commit | d719860e2af8a825a9e2eaf6dc97c375ff535cbb (patch) | |
tree | 416e0be4af84ff303e2b8c565a04e6530e8bc7b4 /etc/testing | |
parent | Aivvm is the best provider no cap (diff) | |
download | gpt4free-d719860e2af8a825a9e2eaf6dc97c375ff535cbb.tar gpt4free-d719860e2af8a825a9e2eaf6dc97c375ff535cbb.tar.gz gpt4free-d719860e2af8a825a9e2eaf6dc97c375ff535cbb.tar.bz2 gpt4free-d719860e2af8a825a9e2eaf6dc97c375ff535cbb.tar.lz gpt4free-d719860e2af8a825a9e2eaf6dc97c375ff535cbb.tar.xz gpt4free-d719860e2af8a825a9e2eaf6dc97c375ff535cbb.tar.zst gpt4free-d719860e2af8a825a9e2eaf6dc97c375ff535cbb.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/testing/test_gui.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/testing/test_gui.py b/etc/testing/test_gui.py new file mode 100644 index 00000000..cc3ae379 --- /dev/null +++ b/etc/testing/test_gui.py @@ -0,0 +1,6 @@ +import sys +from pathlib import Path +sys.path.append(str(Path(__file__).parent.parent.parent)) + +from g4f.gui import run_gui +run_gui() |