This commit is contained in:
alyssa 2024-09-05 19:17:25 +09:00
parent c9ef74a8e1
commit 837545a35b
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,6 @@
#!/usr/bin/env python3
import os
print("hello from python!")
print(f"data: {os.environment.get("DISPATCH_DATA")}")