refactored correctness dir away from core sub dir into either functionality or core as appropriate
This commit is contained in:
@ -7,7 +7,7 @@ Author(s): David Marchant
|
||||
from typing import List
|
||||
from random import SystemRandom
|
||||
|
||||
from meow_base.core.correctness.vars import CHAR_LOWERCASE, CHAR_UPPERCASE
|
||||
from meow_base.core.vars import CHAR_LOWERCASE, CHAR_UPPERCASE
|
||||
|
||||
|
||||
#TODO Make this guaranteed unique
|
||||
|
Reference in New Issue
Block a user