程序整理
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
from peewee import SqliteDatabase, Model, CharField, IntegerField, FloatField, BooleanField
|
||||
|
||||
from xtquant import xtconn, xtconstant
|
||||
from xtquant import xtconstant
|
||||
|
||||
# 连接到SQLite数据库
|
||||
db = SqliteDatabase('example.db')
|
||||
|
||||
Reference in New Issue
Block a user