init
Initializes the database by creating a new session with the engine and calling the init_db function.
def init() - > None
Initializes the database by establishing a session and executing the database schema setup.
Returns
| Type | Description |
|---|---|
None | Nothing is returned; the function performs database initialization as a side effect. |