FEM: writer base, sort imports

This commit is contained in:
Bernd Hahnebach
2020-01-07 08:39:22 +01:00
parent 8a4e459019
commit fb56d24c3c

View File

@@ -26,9 +26,10 @@ __url__ = "http://www.freecadweb.org"
## \addtogroup FEM
# @{
import os
import FreeCAD
from femmesh import meshtools
import os
class FemInputWriter():