mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-07-28 23:12:46 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
"""Package pour la gestion de la base de données PostgreSQL."""
|
|
|
|
from .db_init import init_db
|
|
|
|
__all__ = ["init_db"]
|