#!/usr/bin/python3
# -*- coding: utf-8 -*-

from organize.cli import main

if __name__ == "__main__":
    main()
