mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
8 lines
103 B
Python
8 lines
103 B
Python
from datetime import timedelta #pass
|
|
|
|
def f(d):
|
|
"""
|
|
:type d: timedelta or int
|
|
"""
|
|
pass
|