diff --git a/auto-regex/main.py b/auto-regex/main.py index e348e63..6d8906b 100644 --- a/auto-regex/main.py +++ b/auto-regex/main.py @@ -1,3 +1,5 @@ +# pip install requests polars bs4 + import requests, re import polars as pl from bs4 import BeautifulSoup as Soup