mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
5 lines
68 B
Python
5 lines
68 B
Python
import os
|
|||
|
|||
def read_input():
|
|||
return os.environ.get("USER_DATA")
|