Удалить 'main.py'

This commit is contained in:
a2p1k02 2021-01-01 18:39:35 +00:00
parent 1eac6dc0de
commit 1c9a74d70b
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
from zipfile import ZipFile
from bs4 import BeautifulSoup
from lxml import etree
with ZipFile('1.fb3') as book:
for row in book.read('fb3/body.xml').decode('utf-8').splitlines():
print(row)