GnuCash  5.6-150-g038405b370+
bindings/python/__init__.py
Go to the documentation of this file.
1 # import all the symbols from gnucash_core, so basic gnucash stuff can be
2 # loaded with:
3 # >>> from gnucash import thingy
4 # instead of
5 # >>> from gnucash.gnucash_core import thingy
6 from gnucash.gnucash_core import *
7 from . import app_utils
8 from . import deprecation
9