mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-08-05 10:39:04 +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"]
|