Update driver_execute.py

This commit is contained in:
Eukanj827 2022-08-11 17:31:27 +08:00
parent c7e4a74544
commit c7eae459f2
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ import psycopg2
from .execute_factory import ExecuteFactory
from .execute_factory import IndexInfo
#class name:
#description:
#methods:
#note
#date: 2022/8/10
#contact: 1865997821
class DriverExecute(ExecuteFactory):
def __init__(self, *arg):