5 lines
71 B
Python
5 lines
71 B
Python
"""Clock task package."""
|
|
|
|
from .app import Clock
|
|
from .tasks import *
|