Spaces:
Running
on
Zero
Running
on
Zero
Update scoring_calculation_system.py
Browse files
scoring_calculation_system.py
CHANGED
|
@@ -3,6 +3,7 @@ from breed_health_info import breed_health_info
|
|
| 3 |
from breed_noise_info import breed_noise_info
|
| 4 |
import traceback
|
| 5 |
import math
|
|
|
|
| 6 |
|
| 7 |
@dataclass
|
| 8 |
class UserPreferences:
|
|
|
|
| 3 |
from breed_noise_info import breed_noise_info
|
| 4 |
import traceback
|
| 5 |
import math
|
| 6 |
+
import random
|
| 7 |
|
| 8 |
@dataclass
|
| 9 |
class UserPreferences:
|