diff options
Diffstat (limited to 'gerber/excellon.py')
-rwxr-xr-x | gerber/excellon.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gerber/excellon.py b/gerber/excellon.py index dbd9502..7c7d0c6 100755 --- a/gerber/excellon.py +++ b/gerber/excellon.py @@ -14,7 +14,13 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+"""
+Excellon module
+============
+**Excellon file classes**
+This module provides Excellon file classes and parsing utilities
+"""
import re
from .utils import parse_gerber_value
from .cnc import CncFile, FileSettings
|