GnuCash c935c2f+
Loading...
Searching...
No Matches
app_utils.py
Go to the documentation of this file.
1# app_utils.py -- High level python wrapper for app-utils
2#
3# @author Christoph Holtermann <mail@c-holtermann.net>
4
11
12
13from gnucash import _sw_app_utils
14
15def gnc_get_current_session():
16 from gnucash import Session
17 return Session(instance=_sw_app_utils.gnc_get_current_session())