Improve using hellMaker from other dirs

This commit is contained in:
Abdallah Elsharif
2022-12-24 19:14:19 -05:00
parent d2e649315b
commit 4f45d1137c
+1 -1
View File
@@ -3,7 +3,7 @@
import uuid, random, sys, os.path, string
TEMPLATE_PATH = "templates/template.c"
TEMPLATE_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "templates/template.c")
class Color: