6 lines
69 B
Python
6 lines
69 B
Python
|
from . import test_main
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
test_main()
|