From 7ee0cda42e060df65ba8e32fce51843aa173da32 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Fri, 25 Feb 2022 18:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=5F=5Finit=5F=5F.py=E5=86=85?= =?UTF-8?q?=E7=9A=84=5F=5Fall=5F=5F=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/db/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bin/db/__init__.py diff --git a/bin/db/__init__.py b/bin/db/__init__.py new file mode 100644 index 0000000..2ace31e --- /dev/null +++ b/bin/db/__init__.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python3 +# -- coding:utf-8 -- +# @Author: markushammered@gmail.com +# @Development Tool: PyCharm +# @Create Time: 2022/2/4 +# @File Name: __init__.py.py + + +__all__ = ['db']