PluralKit/ci/run_ci.py

7 lines
117 B
Python
Raw Normal View History

2024-09-05 18:47:16 +09:00
#!/usr/bin/env python3
2024-09-05 19:17:25 +09:00
import os
2024-09-05 18:47:16 +09:00
print("hello from python!")
2024-09-05 19:17:25 +09:00
print(f"data: {os.environment.get("DISPATCH_DATA")}")