mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 05:07:31 +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
|