This repository has been archived on 2022-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
tg-bot-sample/services/repository.py

6 lines
81 B
Python
Raw Normal View History

2022-09-14 16:43:41 +00:00
class Repo:
"""Db abstraction layer"""
def __init__(self):
pass