GravelMC/test.py
minecraftchest1@outlook.com 20d77c8e31 Initial commit.
2024-10-21 10:22:24 -05:00

4 lines
88 B
Python

import select, sys
ready, _, _ = select.select([sys.stdin], [], [], 0.025)
type(ready)