Files
create/src/Mod/AddonManager/Init.py
2022-02-27 22:50:54 -06:00

9 lines
180 B
Python

# -*- coding: utf-8 -*-
# FreeCAD init script of the AddonManager module
# (c) 2001 Juergen Riegel
# License LGPL
import FreeCAD
FreeCAD.__unit_test__ += ["TestAddonManagerApp"]