4 lines
75 B
Python
4 lines
75 B
Python
from gap_validation.run import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|