Update
This commit is contained in:
6
client/htmlparser.py
Normal file
6
client/htmlparser.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
|
||||
class HTMLParser:
|
||||
def __init__(self, soup: BeautifulSoup):
|
||||
pass
|
Reference in New Issue
Block a user