source: ANL2022/super_agent/utils/utils.py@ 77

Last change on this file since 77 was 75, checked in by wouter, 2 years ago

#6 added ANAC2022 parties

File size: 81 bytes
Line 
1from time import time
2
3
4def get_ms_current_time():
5 return int(time() * 1000)
Note: See TracBrowser for help on using the repository browser.