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

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