"""
CSB Test Runner app. Run with -h to see the app's documentation.
"""

from csb.test import Console

main = Console

if __name__ == '__main__':
    
    main('csb.test.cases.*')