#!/usr/bin/env python3 from tests.test import main main()
def main(): from tests import test test.main()