mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
4 lines
88 B
Python
4 lines
88 B
Python
import sqlalchemy.ext.declarative
|
|
|
|
Base = sqlalchemy.ext.declarative.declarative_base()
|