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