8 lines
130 B
Python
8 lines
130 B
Python
|
|
class DxfInputValidator(object):
|
|
def __init__(self, _):
|
|
pass
|
|
|
|
def validate(self, dxf_input):
|
|
return None
|