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

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