Spaces:
Runtime error
Runtime error
Update ContractGenerator.py
Browse files- ContractGenerator.py +1 -1
ContractGenerator.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import
|
| 2 |
|
| 3 |
class ContractGenerator:
|
| 4 |
"""
|
|
|
|
| 1 |
+
from openai import OpenAI
|
| 2 |
|
| 3 |
class ContractGenerator:
|
| 4 |
"""
|