Formatting
This commit is contained in:
parent
9a17f94373
commit
72661732bf
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -1,6 +1,7 @@
|
|||
def build():
|
||||
from os import system as cmd
|
||||
from editor import edit
|
||||
|
||||
cmd("clear")
|
||||
# useEditor = input("Run Version Editor (Y|*)?").upper()
|
||||
# if useEditor == "Y":
|
||||
|
|
Loading…
Reference in a new issue