Finished the code it should work now

This commit is contained in:
tsmith372
2026-02-17 13:34:46 -05:00
parent f56535ded9
commit 7861fd339c
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
# RiddleView provides a nice user interface for guessing riddles.
from api import RiddleAPI
import requests
class RiddleView:
"Allows a player to interact with a Riddle Server from the Terminal"