b303183
1
2
3
4
5
6
7
8
# Static knowledge base class KnowledgeBase: def __init__(self): self.data = {"tip": "ΨͺΨ£ΩΨ― Ω Ω Ω ΨΉΨ§ΩΩΨ© Ψ§ΩΨΉΩΨ§Ψ± ΩΨ¨Ω Ψ§ΩΨ΄Ψ±Ψ§Ψ‘."} def fetch(self, key): return self.data.get(key, "ΩΨ§ ΨͺΩΨ¬Ψ― Ω ΨΉΩΩΩ Ψ§Ψͺ")