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

from nose import main

if __name__ == '__main__':
    main()
