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
Raw Normal View History

2022-09-16 05:48:10 +00:00
class Repo:
"""Db abstraction layer"""
def __init__(self):
pass