mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
443 B
12 lines
443 B
# import all the symbols from gnucash_core, so basic gnucash stuff can be
|
|
# loaded with:
|
|
# >>> from gnucash import thingy
|
|
# instead of
|
|
# >>> from gnucash.gnucash_core import thingy
|
|
from gnucash.gnucash_core import *
|
|
## @file
|
|
# @brief helper file for the importing of gnucash
|
|
# @author Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>
|
|
# @author Jeff Green, ParIT Worker Co-operative <jeff@parit.ca>
|
|
# @ingroup python_bindings
|