Skip to content

Commit

Permalink
docstring the app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeypants committed Sep 11, 2018
1 parent 6991278 commit 9034241
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gnome/app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Flask API that processes callback messages
from GitHub (or localhost).
Messages are validated,
then dispatched to all configured policies.
"""
from flask import Flask, request, abort
import json
import sys
Expand Down

0 comments on commit 9034241

Please sign in to comment.