Files
create/src/Mod/AddonManager/InitGui.py
2017-02-02 11:20:41 +01:00

8 lines
190 B
Python

# -*- coding: utf-8 -*-
# AddonManager gui init module
# (c) 2001 Juergen Riegel
# License LGPL
from AddonManagerGui import CmdAddonMgr
FreeCADGui.addCommand('Std_AddonMgr', CmdAddonMgr())