mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 02:46:53 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
|
from .errors_generator import ErrorsGenerator
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
ErrorsGenerator.generate_python_files()
|