initial commit
This commit is contained in:
commit
9febca7da6
14 changed files with 1551 additions and 0 deletions
8
gerberex/__init__.py
Normal file
8
gerberex/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2019 Hiroshi Murayama <opiopan@gmail.com>
|
||||
|
||||
from gerberex.common import (read, loads)
|
||||
from gerberex.composition import (GerberComposition, DrillComposition)
|
||||
from gerberex.dxf import DxfFile
|
||||
Loading…
Add table
Add a link
Reference in a new issue