Add entry point
This commit is contained in:
parent
91bb8941c5
commit
bb5dc8848d
2 changed files with 4 additions and 0 deletions
3
Pipfile
3
Pipfile
|
@ -9,3 +9,6 @@ verify_ssl = true
|
|||
|
||||
[requires]
|
||||
python_version = "3.5"
|
||||
|
||||
[scripts]
|
||||
start = "python3 actioner/__main__.py"
|
||||
|
|
1
actioner/__main__.py
Normal file
1
actioner/__main__.py
Normal file
|
@ -0,0 +1 @@
|
|||
print("Main")
|
Reference in a new issue