mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
6 lines
98 B
Python
6 lines
98 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from .task import Task
|
|
from .taskd import Taskd
|
|
|
|
# vim: ai sts=4 et sw=4
|