返回 DeepSeek-Reasonix
1 # Layering note: api binds the TABLES name from store at module level.
2 # A module import is not enough; the name itself must be bound.
3 HANDLERS = {}
4
4 lines PYTHON