Files

8 lines
130 B
Python
Raw Permalink Normal View History

2017-11-07 09:23:57 +01:00
class DxfInputValidator(object):
def __init__(self, _):
pass
def validate(self, dxf_input):
return None