diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-16 11:46:39 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-16 11:46:39 +0200 |
| commit | f6f8cb4f1bf643a8d29f917d5c977cb2343f2672 (patch) | |
| tree | 8bbd6d244e0f19196a71d67274f25da29f01a44a /gen_test_data.py | |
| parent | fbed8387a39e42cee7235384d7f8380ee158a3b3 (diff) | |
Clean folder and configuration
Diffstat (limited to 'gen_test_data.py')
| -rw-r--r-- | gen_test_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_test_data.py b/gen_test_data.py index bf11653..a49594f 100644 --- a/gen_test_data.py +++ b/gen_test_data.py @@ -1,7 +1,7 @@ from csv import writer from random import randint from names import get_full_name -from ..model import Player, MIN_LEVEL, MAX_LEVEL +from model import Player, MIN_LEVEL, MAX_LEVEL PLAYER_COUNT = 80 |
