#!/usr/bin/env python
import os
from drink import startup

if __name__ == "__main__":
    startup()
