This repository has been archived on 2026-07-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ASF-Control-Bot/bot/db/base.py
T

6 lines
83 B
Python

from sqlalchemy.orm import DeclarativeBase
class Base(DeclarativeBase):
pass