#!python
# -*- coding: UTF-8 -*-

import quick_cd

if __name__ == '__main__':
    quick_cd.main()