6 lines
81 B
Python
6 lines
81 B
Python
|
class Repo:
|
||
|
"""Db abstraction layer"""
|
||
|
|
||
|
def __init__(self):
|
||
|
pass
|