mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 11:55:30 +00:00
Clear History
This commit is contained in:
8
code/src/utils.py
Normal file
8
code/src/utils.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import time
|
||||
|
||||
GROUP = 'iluzio.nicco.io'
|
||||
VERSION = 'v1'
|
||||
|
||||
|
||||
def timestamp_ms() -> int:
|
||||
return int(time.time() * 1000)
|
||||
Reference in New Issue
Block a user