Model/backend/categorisation/categorisation_postgres.py
2026-02-11 17:22:00 +00:00

5 lines
90 B
Python

from backend.app.db.connection import db_session
class CategorisationPostgres:
pass