kopia lustrzana https://github.com/vilemduha/blendercam
8 wiersze
175 B
Python
8 wiersze
175 B
Python
|
|
from . import iso_read as iso
|
||
|
|
import sys
|
||
|
|
|
||
|
|
# just use the iso reader
|
||
|
|
class Parser(iso.Parser):
|
||
|
|
def __init__(self, writer):
|
||
|
|
iso.Parser.__init__(self, writer)
|