python_ref_keyword_from.py:
x
 
from datetime import time
x = time(hour=15)
print(x)