diff --git a/redisgraph/util.py b/redisgraph/util.py index b691734..48ae127 100644 --- a/redisgraph/util.py +++ b/redisgraph/util.py @@ -1,6 +1,8 @@ import random import string +__all__ = ['random_string', 'quote_string'] + def random_string(length=10): """ Returns a random N chracter long string.