diff --git a/Pipfile b/Pipfile index 9c7ae7b..50bb2e6 100644 --- a/Pipfile +++ b/Pipfile @@ -9,3 +9,6 @@ verify_ssl = true [requires] python_version = "3.5" + +[scripts] +start = "python3 actioner/__main__.py" diff --git a/actioner/__main__.py b/actioner/__main__.py new file mode 100644 index 0000000..54cf98d --- /dev/null +++ b/actioner/__main__.py @@ -0,0 +1 @@ +print("Main")