diff --git a/lib/tasks/sms.py b/lib/tasks/sms.py new file mode 100644 index 0000000..41f2d0c --- /dev/null +++ b/lib/tasks/sms.py @@ -0,0 +1,3 @@ +""" +The sms task. +""" \ No newline at end of file diff --git a/lib/tasks/xmpp.py b/lib/tasks/xmpp.py new file mode 100644 index 0000000..2bb064c --- /dev/null +++ b/lib/tasks/xmpp.py @@ -0,0 +1,3 @@ +""" +The xmpp task. +""" \ No newline at end of file