Add some more structuring
This commit is contained in:
parent
5f6f9c52a7
commit
ee9a00eb47
3 changed files with 66 additions and 31 deletions
|
@ -1,8 +1,11 @@
|
|||
import revbank
|
||||
import sys
|
||||
import logging
|
||||
|
||||
|
||||
def main(product_file):
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
with open(product_file, 'r') as fd:
|
||||
src = fd.read()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue