PluralKit/ci/run_ci.py
2024-09-05 19:18:30 +09:00

6 lines
113 B
Python
Executable file

#!/usr/bin/env python3
import os
print("hello from python!")
print(f"data: {os.environ.get("DISPATCH_DATA")}")