mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 21:34:43 +01:00
refactor: move game_server utils into global utils
This commit is contained in:
4
utils/time.py
Normal file
4
utils/time.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import time
|
||||
|
||||
def get_unix_in_seconds():
|
||||
return int(time.time())
|
||||
Reference in New Issue
Block a user