File size: 159 Bytes
e74eb63
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
数据库和数据处理模块
"""

from .db_manager import get_db_instance

__all__ = ['get_db_instance']