Files
meshing-around/bbstools.py
2024-06-20 12:11:09 -07:00

9 lines
250 B
Python

# helper functions for various BBS messaging tasks
# K7MHI Kelly Keeton 2024
from dadjokes import Dadjoke # pip install dadjokes
def tell_joke():
# tell a dad joke, does it need an explanationn :)
dadjoke = Dadjoke()
return dadjoke.joke