8 lines
190 B
Python
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())
|