#!/usr/local/bin/python3.9

from nose import main

if __name__ == '__main__':
    main()
