fb3test/src/main.py

5 lines
101 B
Python
Raw Normal View History

2021-01-01 18:39:20 +00:00
from fb3_reader import fb3
if __name__ == '__main__':
2021-01-03 13:32:31 +00:00
fb3.reader(input("Enter path to file: "))