budget/pfbudget/__main__.py
Luís Murta 4b5773aa13
Restructes project and adds basic Nordigen API
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
2022-10-06 22:22:53 +01:00

5 lines
76 B
Python

from pfbudget.cli.runnable import run
if __name__ == "__main__":
run()