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()