#!/usr/bin/env python

from fabric.main import main
from stowaway.commands import *

if __name__ == '__main__':
    main()

