mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 11:55:30 +00:00
9 lines
118 B
Python
9 lines
118 B
Python
import time
|
|
|
|
GROUP = 'iluzio.nicco.io'
|
|
VERSION = 'v1'
|
|
|
|
|
|
def timestamp_ms() -> int:
|
|
return int(time.time() * 1000)
|