Added publish logic

This commit is contained in:
2021-03-08 20:29:08 +01:00
parent 5f1b56f30b
commit f9826e28a5
44 changed files with 590 additions and 387 deletions

4
src/cpl_cli/__main__.py Normal file
View File

@@ -0,0 +1,4 @@
from cpl_cli.main import main
if __name__ == '__main__':
main()