Files
maloja/cameras/utils.py

7 lines
64 B
Python

def intify(*args):
return [int(round(i)) for i in args]