To improve the code organization, additional subfolders were added into the pfbudget module. The barebones of renewing the token and downloading transactions directly from the banks through the Nordigen API were also added. Issues #13, #15
5 lines
76 B
Python
5 lines
76 B
Python
from pfbudget.cli.runnable import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|