Initial implementation of Avan fact bot
This commit is contained in:
@@ -8,8 +8,8 @@ class DbService:
|
||||
|
||||
@abstractmethod
|
||||
def get_fact(self):
|
||||
pass
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
def get_multiple_facts(self, count=5):
|
||||
pass
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user