Files
2021-03-25 15:50:57 -04:00

12 lines
111 B
Python

"""
Utils module
"""
class Utils:
"""
Utility constants and methods
"""
PATH = "/tmp/txtai"