#!/usr/bin/env python
from sys import exit
from swiftly.cli import CLI
exit(CLI().main())
