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

main()
