Add entry point

This commit is contained in:
Jake Howard 2019-02-14 13:19:16 +00:00
parent 91bb8941c5
commit bb5dc8848d
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 4 additions and 0 deletions

View file

@ -9,3 +9,6 @@ verify_ssl = true
[requires] [requires]
python_version = "3.5" python_version = "3.5"
[scripts]
start = "python3 actioner/__main__.py"

1
actioner/__main__.py Normal file
View file

@ -0,0 +1 @@
print("Main")