moved utils to a directory

This commit is contained in:
Honza Král
2019-12-22 14:47:42 +01:00
committed by Honza Král
parent 869c35f551
commit 219a8bb12f
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ To run the code generation make sure you have pre-requisites installed:
Then you should be able to run the code generation by invoking:
```
python generate_api.py
python utils/generate_api.py
```