import coffee
class Tinkerer:
def __init__(self):
self.name = "DoobTheGoober"
self.role = "Student"
self.location = "U.S"
self.major = "Computer Science"
self.certificate = "COMPTIA Security+"
self.working_on = ["YardstickOneGUI", "Discord_Bots", "Flipper_Zero"]
self.coffee_cup = None
def refill(self):
if self.coffee_cup == None:
coffee.pour(self.coffee_cup)
me = Tinkerer()
me.refill()
Popular repositories Loading
-
-
zip2Animation
zip2Animation PublicUtility to assist in creating flipper zero animations.
-
YardstickOnePlayground
YardstickOnePlayground PublicYardstick One Scripts for your RF Adventures
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.