Krita Source Code Documentation
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
2# SPDX-License-Identifier: GPL-3.0-or-later
3#
4
5from .krita_script_starter import KritaScriptStarter
6
7Scripter.addExtension(KritaScriptStarter(Krita.instance()))
static Krita * instance()
instance retrieve the singleton instance of the Application object.
Definition Krita.cpp:390