mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +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)
|