PluralKit/ci/run_ci.py
2024-09-05 19:17:25 +09:00

6 lines
117 B
Python
Executable file

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