5 lines
77 B
Python
5 lines
77 B
Python
from tools.bad_board_util import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|