mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
5 lines
73 B
Python
5 lines
73 B
Python
import os
|
|||
|
|||
def get_user_input():
|
|||
return os.environ.get("USER_INPUT")
|