6 lines
91 B
Python
6 lines
91 B
Python
# -*- coding: utf-8 -*-
|
|
from test_suite import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|