Initial implementation of Avan fact bot

This commit is contained in:
2020-04-29 20:48:25 -04:00
parent b7bba2d263
commit 0a35519a72
5 changed files with 52 additions and 10 deletions

View File

@@ -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