Staging
v0.5.1
Raw File
__main__.py
from . import load_tests
import unittest

unittest.main()
back to top