archive
/
actioner
Archived
1
Fork 0

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]
python_version = "3.5"
[scripts]
start = "python3 actioner/__main__.py"

1
actioner/__main__.py Normal file
View File

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