#!/usr/bin/env python

from barmanapi.app import main


if __name__ == '__main__':
    main()
else:
    raise NotImplementedError