#!/usr/bin/env python
from seasondog import ui

if __name__ == "__main__":
    ui.main()
