# ############################################################################ # # # # ::: :::::::: # # helper.py :+: :+: :+: # # +:+ +:+ +:+ # # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/29 11:19:32 by cacharle #+# #+# # # Updated: 2020/09/29 11:19:50 by cacharle ### ########.fr # # # # ############################################################################ # import time def current_ms(): return int(time.time() * 1000)