mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-28 11:08:28 -06:00
Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
7
Dependencies/Python/Lib/test/subprocessdata/input_reader.py
vendored
Normal file
7
Dependencies/Python/Lib/test/subprocessdata/input_reader.py
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
"""When called as a script, consumes the input"""
|
||||
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
for line in sys.stdin:
|
||||
pass
|
Reference in New Issue
Block a user