update: 规范了类的命令

This commit is contained in:
RTAkland
2022-11-13 15:28:38 +08:00
parent 496305bc58
commit 682a51c684
1 file changed
+1 -2
+1 -2
View File
@@ -6,11 +6,10 @@
# @File Name: db.py # @File Name: db.py
import os
from src.db import operator from src.db import operator
class Base: class BaseSQL:
def __init__(self): def __init__(self):
self.conn = None self.conn = None
self.cursor = None self.cursor = None