mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-22 09:18:06 +02:00
5 lines
51 B
Python
5 lines
51 B
Python
|
|
from .cli import main
|
||
|
|
import sys
|
||
|
|
|
||
|
|
sys.exit(main())
|