mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
4 lines
73 B
Python
4 lines
73 B
Python
|
from .db import check_db_conn_status
|
||
|
|
||
|
__all__ = ["check_db_conn_status"]
|