summaryrefslogtreecommitdiff
path: root/butler.py
blob: 03f79d19e068933596b4a96a98be5b0bef8119c4 (plain)
1
2
3
4
5
6
7
from ausbutler.interface import Interface

i = Interface()
i.init_db()
i.populate_db()
i.opp_scores()
i.normalize_scores()