Add some more structuring

This commit is contained in:
polyfloyd 2024-01-06 23:39:19 +01:00
parent 5f6f9c52a7
commit ee9a00eb47
3 changed files with 66 additions and 31 deletions

View file

@ -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()