Update webscout/__init__.py
Browse files- webscout/__init__.py +1 -1
webscout/__init__.py
CHANGED
|
@@ -2,7 +2,7 @@ from .webscout_search import WEBS
|
|
| 2 |
from .webscout_search_async import AsyncWEBS
|
| 3 |
from .version import __version__
|
| 4 |
from .LLM import LLM
|
| 5 |
-
|
| 6 |
__repo__ = "https://github.com/OE-LUCIFER/Webscout"
|
| 7 |
|
| 8 |
webai = [
|
|
|
|
| 2 |
from .webscout_search_async import AsyncWEBS
|
| 3 |
from .version import __version__
|
| 4 |
from .LLM import LLM
|
| 5 |
+
import g4f
|
| 6 |
__repo__ = "https://github.com/OE-LUCIFER/Webscout"
|
| 7 |
|
| 8 |
webai = [
|