vars refactor and, stub file to type annotation and add way to take version #3
@ -5,7 +5,5 @@ if __name__ == '__main__':
|
||||
try:
|
||||
if argv[1] == "--version" or argv[1] == "-v":
|
||||
print(__version__)
|
||||
else:
|
||||
fb3.reader(input("Enter path to file: "))
|
||||
except IndexError:
|
||||
fb3.reader(input("Enter path to file: "))
|
||||
|
Loading…
Reference in New Issue
Block a user