aboutsummaryrefslogtreecommitdiff
path: root/src/helper.py
blob: 56014d6da7775414079475910064941bbda8966a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ############################################################################ #
#                                                                              #
#                                                         :::      ::::::::    #
#    helper.py                                          :+:      :+:    :+:    #
#                                                     +:+ +:+         +:+      #
#    By: cacharle <me@cacharle.xyz>                 +#+  +:+       +#+         #
#                                                 +#+#+#+#+#+   +#+            #
#    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)