Skip to content

Commit 298605c

Browse files
committed
ENH: Working version of WebBot with Chrome and Firefox.
1 parent 5a73228 commit 298605c

File tree

10 files changed

+502
-506
lines changed

10 files changed

+502
-506
lines changed

botcity/web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .bot import * # noqa: F401, F403
1+
from .bot import WebBot, Browser, BROWSER_CONFIGS # noqa: F401, F403
22

33
from botcity.web._version import get_versions
44
__version__ = get_versions()['version']

0 commit comments

Comments
 (0)