diff --git a/app/tests/test_db.py b/app/tests/test_db.py new file mode 100644 index 0000000..307cd00 --- /dev/null +++ b/app/tests/test_db.py @@ -0,0 +1,11 @@ +#!/usr/bin/env python3 +# -- coding:utf-8 -- +# @Author: markushammered@gmail.com +# @Development Tool: PyCharm +# @Create Time: 2022/3/27 +# @File Name: test_db.py + + +from app.db.db import SQLite + +db = SQLite()