13 lines
370 B
Python
13 lines
370 B
Python
"""
|
|
Demonstrates the behavior of the time-to-die item field.
|
|
This source does not generate items. It is solely for use with the
|
|
ttddemogen source, which creats new items for it. This source can be
|
|
updated to cause a ttd check on the item created by ttddemogen.
|
|
"""
|
|
# Standard library imports
|
|
from datetime import datetime
|
|
import random
|
|
|
|
def fetch_new(state):
|
|
return []
|