#!/usr/bin/env python3
__copyright__ = "Copyright (C) 2013-2017  Martin Blais"
__license__ = "GNU GPLv2"
from beancount.web.web import main; main()
