Add db abstraction layer

This commit is contained in:
riot 2022-09-14 19:43:41 +03:00
parent 240a193e9a
commit 34d938c8a6
1 changed files with 5 additions and 0 deletions

5
services/repository.py Normal file
View File

@ -0,0 +1,5 @@
class Repo:
"""Db abstraction layer"""
def __init__(self):
pass