generated from coulomb/repo-seed
6 lines
91 B
Python
6 lines
91 B
Python
from guide_board.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|