aboutsummaryrefslogtreecommitdiff
path: root/long_task.py
blob: eba74f8c1f2dd1b488256884ff74f88cf2a7d9b7 (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
"""A long running task."""
import time

time.sleep(2)
print('hi')