11 lines
206 B
Python
11 lines
206 B
Python
from GeoFeature import GeoFeature
|
|
|
|
|
|
class Part(GeoFeature):
|
|
"""
|
|
Author: Juergen Riegel (FreeCAD@juergen-riegel.net)
|
|
Licence: LGPL
|
|
This class handles document objects in Part
|
|
"""
|
|
...
|