#!/usr/bin/env python3
import sys

import drophi.main

sys.exit(drophi.main.run())
