diff options
author | jaseg <git@jaseg.de> | 2021-12-28 21:40:22 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-12-28 21:40:22 +0100 |
commit | 63e1eae8d81cb7940d3547511488f8ec4acd4d1c (patch) | |
tree | c0d2ddf93d8637d0df600a320cbf9d1387860163 /gerbonara/gerber/__init__.py | |
parent | 25dd65fac05a43ef75fe75049d5b79a73a207fc0 (diff) | |
download | gerbonara-63e1eae8d81cb7940d3547511488f8ec4acd4d1c.tar.gz gerbonara-63e1eae8d81cb7940d3547511488f8ec4acd4d1c.tar.bz2 gerbonara-63e1eae8d81cb7940d3547511488f8ec4acd4d1c.zip |
WIP
Diffstat (limited to 'gerbonara/gerber/__init__.py')
-rw-r--r-- | gerbonara/gerber/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gerbonara/gerber/__init__.py b/gerbonara/gerber/__init__.py index a3d4753..5cf9dc1 100644 --- a/gerbonara/gerber/__init__.py +++ b/gerbonara/gerber/__init__.py @@ -22,6 +22,5 @@ gerbonara provides utilities for working with Gerber (RS-274X) and Excellon files in python. """ -from .common import read, loads from .layers import load_layer, load_layer_data from .pcb import PCB |