#!/usr/bin/python3

import sys

from copier.__main__ import CopierApp


if __name__ == "__main__":
    sys.exit(CopierApp.run())
