summaryrefslogtreecommitdiff
path: root/gerber/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gerber/__init__.py')
-rw-r--r--gerber/__init__.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/gerber/__init__.py b/gerber/__init__.py
index 0bf7c24..1a11159 100644
--- a/gerber/__init__.py
+++ b/gerber/__init__.py
@@ -14,3 +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.
+"""
+Gerber Tools
+============
+**Gerber Tools**
+
+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