first commit
This commit is contained in:
9
helix/validators/dxf_input_validator.py
Normal file
9
helix/validators/dxf_input_validator.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from helix.constants.file_validation_error import FileValidationMessage, FileValidationError
|
||||
|
||||
|
||||
class DxfInputValidator(object):
|
||||
def __init__(self, _):
|
||||
pass
|
||||
|
||||
def validate(self, dxf_input):
|
||||
return None
|
||||
Reference in New Issue
Block a user