Exemplo n.º 1
0
#!/usr/bin/env python3

from tests.test import main

main()
Exemplo n.º 2
0
def main():
    from tests import test
    test.main()
Exemplo n.º 3
0
def main():
    from tests import test
    test.main()