aboutsummaryrefslogtreecommitdiff
path: root/tests/test_command.py
blob: f5b824c9207acb55b3a0e316157ca00a80aeb03c (plain)
1
2
3
4
5
6
7
8
9
10
11
import unittest

from hazwaz import command


class testCommand(unittest.TestCase):
    pass


if __name__ == '__main__':
    unittest.main()