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")
|
||||
Path(envs_dir).mkdir(parents=True, exist_ok=True)
|
||||
|
||||
"""
|
||||
Initializes models for the event loop
|
||||
"""
|
||||
p = Prompter(ps1=f"{customer_name} > ")
|
||||
|
||||
"""
|
||||
The main "event" loop
|
||||
"""
|
||||
p = Prompter(ps1=f"{customer_name} > ")
|
||||
while True:
|
||||
print(P_OPTIONS)
|
||||
c = p.take_input("Keuze: ", RE_ANY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user