initial commit

This commit is contained in:
opiopan 2019-03-21 22:00:32 +09:00
commit 9febca7da6
14 changed files with 1551 additions and 0 deletions

8
gerberex/__init__.py Normal file
View 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