Separated open-cmis-tck and guide-board repositories
This commit is contained in:
parent
6cdc5db1bd
commit
bd8427026f
51 changed files with 5221 additions and 2 deletions
5
src/guide_board/__main__.py
Normal file
5
src/guide_board/__main__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from guide_board.cli import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue