Files
tam3/api/repos/template.py
2025-09-21 00:09:19 -04:00

7 lines
101 B
Python

from db import session
class Repo:
def __init__(self):
self.conn, self.cur = session()