Files
redash/manage.py
2023-07-11 19:13:54 +10:00

10 lines
126 B
Python
Executable File

#!/usr/bin/env python
"""
CLI to manage redash.
"""
from redash.cli import manager
if __name__ == "__main__":
manager()