Start ebook parser
This commit is contained in:
10
parse_book.py
Normal file
10
parse_book.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import zipfile
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
|
||||
class ePUB:
|
||||
def __init__(self, filename):
|
||||
pass
|
Reference in New Issue
Block a user