summaryrefslogtreecommitdiffstats
path: root/g4f/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g4f/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/g4f/__init__.py b/g4f/__init__.py
index a5cee80b..0b449005 100644
--- a/g4f/__init__.py
+++ b/g4f/__init__.py
@@ -107,3 +107,7 @@ class Completion:
[{"role": "user", "content": prompt}], stream, **kwargs)
return result if stream else ''.join(result)
+
+
+if __name__ == '__main__':
+ print('hi') \ No newline at end of file