mirror of
https://github.com/clearml/clearml-server
synced 2025-03-04 11:14:37 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
from .errors_generator import ErrorsGenerator
|
|
|
|
if __name__ == '__main__':
|
|
ErrorsGenerator.generate_python_files()
|