mirror of
https://github.com/clearml/clearml-server
synced 2025-02-01 03:16:44 +00:00
7 lines
196 B
Python
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)
|