Final bleh

This commit is contained in:
Kenwood 2021-11-27 16:54:52 -05:00
parent ac4ff7a657
commit f67379f85d
1 changed files with 3 additions and 1 deletions

View File

@ -7,11 +7,13 @@ import time
class Houston:
def __init__(self, logger):
# Setup logger
self.log = logger
def run(self):
# We're ready to go!
self.log.success('Ready to robot!')
def run(self):
# Junk~
while True:
try: