Files
CN2021/client/htmlparser.py
2021-03-24 16:35:12 +01:00

6 lines
107 B
Python

from bs4 import BeautifulSoup
class HTMLParser:
def __init__(self, soup: BeautifulSoup):
pass