summaryrefslogtreecommitdiff
path: root/butler.py
blob: b73674c21f6a4e357624c1d87e3065db89385ae5 (plain)
1
2
3
4
5
6
from ausbutler.config import load_config
from ausbutler.interface import Interface


i = Interface(load_config('butler'))
i.calculate_all()