コード例 #1
0
ファイル: test.py プロジェクト: chhzh123/AIDO
#!/usr/bin/env python3

from tests.test import main

main()
コード例 #2
0
ファイル: thu_learn.py プロジェクト: wozy13/THULearn
def main():
    from tests import test
    test.main()
コード例 #3
0
ファイル: thu_learn.py プロジェクト: KomeijiKoishi/THULearn
def main():
    from tests import test
    test.main()