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