9b25718
# import all the symbols from gnucash_core, so basic gnucash stuff can be
9b25718
# loaded with:
9b25718
# >>> from gnucash import thingy
9b25718
# instead of
9b25718
# >>> from gnucash.gnucash_core import thingy
9b25718
from gnucash_core import *
9b25718
##  @file
9b25718
#   @brief helper file for the importing of gnucash
9b25718
#   @author Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>
9b25718
#   @author Jeff Green,   ParIT Worker Co-operative <jeff@parit.ca>
9b25718
#   @ingroup python_bindings