clearml-server/server/apierrors/autogen/__main__.py
2019-06-11 00:24:35 +03:00

7 lines
196 B
Python

if __name__ == '__main__':
from pathlib import Path
from apierrors import _error_codes
from apierrors.autogen import generate
generate(Path(__file__).parent.parent, _error_codes)