diff options
Diffstat (limited to 'gerber/__init__.py')
-rw-r--r-- | gerber/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gerber/__init__.py b/gerber/__init__.py index b5a9014..5cfdad7 100644 --- a/gerber/__init__.py +++ b/gerber/__init__.py @@ -23,4 +23,5 @@ gerber-tools provides utilities for working with Gerber (RS-274X) and Excellon files in python. """ -from .common import read, loads
\ No newline at end of file +from .common import read, loads +from .pcb import PCB |