Files
tam3/api/repos/template.py

7 lines
101 B
Python
Raw Normal View History

2025-09-21 00:09:19 -04:00
from db import session
class Repo:
def __init__(self):
self.conn, self.cur = session()