diff --git a/activestate.yaml b/activestate.yaml new file mode 100644 index 0000000..493a9c6 --- /dev/null +++ b/activestate.yaml @@ -0,0 +1,32 @@ +project: https://platform.activestate.com/haileyxb/komodo-sms-proj-2?commitID=9090c128-e948-4388-8f7f-96e2c1e00d98 + +languages: # Please run 'state push' to create your language runtime, once you do the language entry here will be removed + - name: python3 + version: + +scripts: + - name: helloWorld + constraints: + os: macos,linux + value: echo "Hello World!" + - name: helloWorld + constraints: + os: windows + value: echo Hello World! + - name: intro + constraints: + os: macos,linux + value: | + echo "Your runtime environment is now ready!" + echo "" + echo "To see how scripts work and add your own, open up the activestate.yaml file with your editor." + - name: intro + constraints: + os: windows + value: | + echo Your runtime environment is now ready! + echo. + echo To see how scripts work and add your own, open up the activestate.yaml file with your editor. +events: + - name: ACTIVATE + value: $scripts.intro diff --git a/smsproj.py b/smsproj.py index 15c768c..70838b3 100644 --- a/smsproj.py +++ b/smsproj.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 - +# This program runs a flask daemon to provide communications with flowroute n stuff. import time import datetime import pprint