#!/usr/bin/python
# encoding: utf-8
import sys
from udiskie.cli import Mount

if __name__ == '__main__':
    sys.exit(Mount.main())
