taskshell/test/basetest/__init__.py
2016-09-02 21:39:02 -04:00

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