/ test / python / utils.py
utils.py
 1  """
 2  Utils module
 3  """
 4  
 5  
 6  class Utils:
 7      """
 8      Utility constants and methods
 9      """
10  
11      PATH = "/tmp/txtai"