#!/usr/bin/python3

import sys

from blackd import patched_main


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