#!python

from dotfile_manager.dotfile_manager import main

if __name__ == '__main__':
    main()
