#! /usr/bin/python3
import sys
from moat.main import cmd

sys.exit(cmd())
