Final bleh
This commit is contained in:
parent
ac4ff7a657
commit
f67379f85d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue