fix a setup issue
This commit is contained in:
parent
0d5e6744d1
commit
7e8f90b372
2 changed files with 18 additions and 2 deletions
|
|
@ -2,6 +2,13 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2019 Hiroshi Murayama <opiopan@gmail.com>
|
||||
"""
|
||||
Gerber Tools Extension
|
||||
======================
|
||||
**Gerber Tools Extenstion**
|
||||
gerber-tools-extension is a extention package for gerber-tools.
|
||||
This package provide panelizing of PCB fucntion.
|
||||
"""
|
||||
|
||||
from gerberex.common import (read, loads)
|
||||
from gerberex.composition import (GerberComposition, DrillComposition)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue