mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 17:47:53 +07:00
GitOrigin-RevId: 2bf0ffdeff5a2b5cd084b53b5e1ed76d547d07f2
4 lines
67 B
Python
4 lines
67 B
Python
from datetime import datetime
|
|
|
|
def foo():
|
|
print(datetime.now()) |