lnd212 238bf88b72 BIG UPDATE
Updated python to 3.10
Updated diffusers to 0.4.1
2022-10-09 17:27:10 +04:00

8 lines
130 B
Python

"""When called as a script, consumes the input"""
import sys
if __name__ == "__main__":
for line in sys.stdin:
pass