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