mirror of
https://github.com/rachelos/we-mp-rss.git
synced 2026-09-01 15:33:05 +08:00
3 lines
64 B
Python
3 lines
64 B
Python
from core.db import DB
|
|
def get_db():
|
|
return DB.get_session() |