This repository has been archived on 2022-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
it-volunteers-for-peace/services/repository.py

6 lines
81 B
Python

class Repo:
"""Db abstraction layer"""
def __init__(self):
pass