#!/usr/bin/env python3
from domestic import domestic

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