mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
7 lines
121 B
Python
7 lines
121 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from .testing import TestCase
|
|
from .tasksh import Tasksh
|
|
|
|
# flake8:noqa
|
|
# vim: ai sts=4 et sw=4
|