GnuCash c935c2f+
Loading...
Searching...
No Matches
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
6from gnucash.gnucash_core import *
7from . import app_utils
8from . import deprecation
9