From bb1f6dd1283f48bba9c290e5686e028b55d4efc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Fri, 20 Jan 2023 15:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/__init__.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/backend/__init__.py b/backend/__init__.py index d563165..e69de29 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -1,21 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -""" -__title__ = '' -__author__ = 'liqiang' -__mtime__ = '2023/1/20' -# code is far away from bugs with the god animal protecting - I love animals. They taste delicious. - ┏┓ ┏┓ - ┏┛┻━━━┛┻┓ - ┃ ☃ ┃ - ┃ ┳┛ ┗┳ ┃ - ┃ ┻ ┃ - ┗━┓ ┏━┛ - ┃ ┗━━━┓ - ┃ 神兽保佑 ┣┓ - ┃ 永无BUG! ┏┛ - ┗┓┓┏━┳┓┏┛ - ┃┫┫ ┃┫┫ - ┗┻┛ ┗┻┛ -"""