fpsql-py-package/main.py

6 lines
123 B
Python
Raw Normal View History

#from build import build
2022-03-03 15:29:03 +00:00
#build()
import package.src.fkeycapture as fkey
print(fkey.get(5))
while 1:
print(fkey.getnum())