#!/usr/bin/python
from __future__ import absolute_import

import sharepoint.cmd

if __name__ == '__main__':
    sharepoint.cmd.main()

