#!/usr/bin/python3

import sys

from advanced_alchemy.__main__ import run_cli


if __name__ == "__main__":
    sys.exit(run_cli())
