Removed unnecessary comments
This commit is contained in:
parent
b99fe97267
commit
db13dfb04b
@ -85,14 +85,8 @@ def main() -> int:
|
|||||||
envs_dir = path.join("customers", customer_name, "envs")
|
envs_dir = path.join("customers", customer_name, "envs")
|
||||||
Path(envs_dir).mkdir(parents=True, exist_ok=True)
|
Path(envs_dir).mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
"""
|
|
||||||
Initializes models for the event loop
|
|
||||||
"""
|
|
||||||
p = Prompter(ps1=f"{customer_name} > ")
|
|
||||||
|
|
||||||
"""
|
p = Prompter(ps1=f"{customer_name} > ")
|
||||||
The main "event" loop
|
|
||||||
"""
|
|
||||||
while True:
|
while True:
|
||||||
print(P_OPTIONS)
|
print(P_OPTIONS)
|
||||||
c = p.take_input("Keuze: ", RE_ANY)
|
c = p.take_input("Keuze: ", RE_ANY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user