File size: 254 Bytes
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, "Ω„Ψ§ Ψͺوجد Ω…ΨΉΩ„ΩˆΩ…Ψ§Ψͺ")