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