2020-09-30 14:31:20 -04:00

13 lines
202 B
Python

# -*- coding: utf-8 -*-
from . import helpers
def get_hmm():
"""Get a thought."""
return 'hmmm...'
def hmm():
"""Contemplation..."""
if helpers.get_answer():
print(get_hmm())