Move build stages to seperate file

This commit is contained in:
Mykola Grymalyuk
2020-11-27 11:25:51 -07:00
parent ca17eef4c1
commit 9ca4486a9d
4 changed files with 428 additions and 413 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Source: CorpNewt
# Credit: CorpNewt
from os.path import dirname, basename, isfile
import glob
modules = glob.glob(dirname(__file__)+"/*.py")