brewman/brewman/__main__.py
tanshu fe74ef44bf Moving to FastAPI
Config is not properly working with .env file as of now
Cost Centre is mostly working, going to work on Accounts now
2020-05-08 10:22:25 +05:30

4 lines
38 B
Python

from brewman.main import init
init()