5 lines
94 B
Python
5 lines
94 B
Python
from surface_switching_test import main
|
|
|
|
if __name__ == '__main__':
|
|
main.main()
|
|
exit() |