demo_ref_keyword_from.py:
from datetime import time x = time(hour=15) print(x)
C:\Users\My Name>python demo_keyword_from.py
15:00:00