mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
4 lines
120 B
Python
4 lines
120 B
Python
from datetime import time
|
|
|
|
print(time())
|
|
print(<error descr="Unresolved reference 'datetime'">date<caret>time</error>()) |