budget/main.py
2021-06-11 23:31:46 +01:00

5 lines
63 B
Python

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