#!/usr/bin/python3

import sys

from daphne.cli import CommandLineInterface


if __name__ == "__main__":
    sys.exit(CommandLineInterface.entrypoint())
