Update common/RespondentAgent.py
Browse files
common/RespondentAgent.py
CHANGED
|
@@ -10,7 +10,7 @@ import os
|
|
| 10 |
import pandas as pd
|
| 11 |
import pprint
|
| 12 |
|
| 13 |
-
from UserProfile import *
|
| 14 |
|
| 15 |
class RespondentAgent:
|
| 16 |
def __init__(self, user_profile, agent):
|
|
|
|
| 10 |
import pandas as pd
|
| 11 |
import pprint
|
| 12 |
|
| 13 |
+
from common.UserProfile import *
|
| 14 |
|
| 15 |
class RespondentAgent:
|
| 16 |
def __init__(self, user_profile, agent):
|