Пример #1
0
 def __init__(self):
     with open(Path.template_report()) as file:
         self.soup = BeautifulSoup(file, features="html.parser")