Skip to content

Commit 8d6e0ca

Browse files
Add remote kit, v5.3
1 parent 607c5fd commit 8d6e0ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pywhatkit/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@
2424

2525
if system().lower() in ("darwin", "windows"):
2626
from pywhatkit.misc import take_screenshot
27+
28+
if system().lower() == "windows":
29+
from pywhatkit.remotekit import start_server

0 commit comments

Comments
 (0)