From 7473e471dc69d09a35bb0762549cc4f3ab8b04b3 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 1 Feb 2022 22:08:54 +0100 Subject: Add some documentation --- gerbonara/apertures.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gerbonara/apertures.py') diff --git a/gerbonara/apertures.py b/gerbonara/apertures.py index ab62077..086d5b1 100644 --- a/gerbonara/apertures.py +++ b/gerbonara/apertures.py @@ -95,6 +95,7 @@ class Aperture: @dataclass(unsafe_hash=True) class ExcellonTool(Aperture): + gerber_shape_code = 'C' human_readable_shape = 'drill' diameter : Length(float) plated : bool = None -- cgit