Files
order/common/__init__.py

3 lines
67 B
Python
Raw Normal View History

2019-07-21 18:20:01 +08:00
# -*- coding: utf-8 -*-
import pymysql
pymysql.install_as_MySQLdb()