#! /usr/bin/env python

from mwlib.apps.serve import serve_ctl as main

if __name__ == "__main__":
    main()
