mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-22 00:17:50 +00:00
niku is gonna work on this
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import sqlalchemy as sa
|
||||
from .autojoin import table as autojoin
|
||||
from typing import Dict
|
||||
|
||||
|
||||
def get_tables(metadata: sa.MetaData) -> Dict[str, sa.Table]:
|
||||
return {name: table for name, table in [autojoin(metadata)]}
|
||||
Reference in New Issue
Block a user