mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 13:54:43 +01:00
5 lines
68 B
Python
5 lines
68 B
Python
import time
|
|
|
|
def get_unix_in_seconds():
|
|
return int(time.time())
|