mirror of
https://github.com/sandronator/finetuning_aufgabe4.git
synced 2026-09-04 08:36:09 +02:00
minor changes
This commit is contained in:
@@ -3,6 +3,7 @@ from baseStrategy import BaseStrategy
|
||||
|
||||
class NestedInnerLoopStrategy(BaseStrategy):
|
||||
def __init__(self, conn, db_name, all_queries):
|
||||
self.BASENAME = "Nested Inner Loop "
|
||||
super().__init__(conn, db_name, all_queries)
|
||||
|
||||
def run(self):
|
||||
|
||||
Reference in New Issue
Block a user