LKstream/main.py

12 lines
223 B
Python
Raw Normal View History

2025-01-09 11:52:51 -05:00
from lib import *
holesailKey = "Holesail has not been started"
while True:
result = mainMenuHandling(mainMenu())
if result != 1 and result != 0:
holesailKey = result
print("Key: ", holesailKey)