Add rest of project files

This commit is contained in:
2020-04-29 12:38:41 -04:00
parent 3b01915ec6
commit 052490c0fc
20 changed files with 158 additions and 0 deletions

4
app/fact_service.py Normal file
View File

@@ -0,0 +1,4 @@
def get_random_fact():
ret_fact = None
return ret_fact