clearml-server/apiserver/apierrors/autogen/__main__.py
2021-01-05 16:22:34 +02: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)