nightly - 2025-09-20
This commit is contained in:
6
api/repos/template.py
Normal file
6
api/repos/template.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from db import session
|
||||
|
||||
|
||||
class Repo:
|
||||
def __init__(self):
|
||||
self.conn, self.cur = session()
|
||||
Reference in New Issue
Block a user