Skip to content

Commit

Permalink
Import range query from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredChester committed Dec 14, 2024
1 parent 6cdca07 commit 9c78fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cyaron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from random import choice, randint, random, randrange, uniform

#from .visual import visualize
# from .visual import visualize
from . import log
from .compare import Compare
from .consts import *
Expand All @@ -21,3 +21,4 @@
from .string import String
from .utils import *
from .vector import Vector
from .query import RangeQuery

0 comments on commit 9c78fe4

Please sign in to comment.