예제 #1
0
파일: test.py 프로젝트: chhzh123/AIDO
#!/usr/bin/env python3

from tests.test import main

main()
예제 #2
0
def main():
    from tests import test
    test.main()
예제 #3
0
def main():
    from tests import test
    test.main()