Spaces:
Runtime error
Runtime error
Update study_generators.py
Browse files- study_generators.py +1 -1
study_generators.py
CHANGED
@@ -6,7 +6,7 @@ import logging
|
|
6 |
logging.basicConfig(level=logging.INFO)
|
7 |
logger = logging.getLogger(__name__)
|
8 |
|
9 |
-
|
10 |
def __init__(self, db_connection):
|
11 |
self.conn = db_connection
|
12 |
|
|
|
6 |
logging.basicConfig(level=logging.INFO)
|
7 |
logger = logging.getLogger(__name__)
|
8 |
|
9 |
+
lass StudyMaterialGenerator:
|
10 |
def __init__(self, db_connection):
|
11 |
self.conn = db_connection
|
12 |
|