added module docstrings

This commit is contained in:
Nathaniel Kenschaft 2020-06-16 21:35:27 -04:00
parent e2a2dc0db6
commit 325fa5a4c6
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
"""
A simple background service to log events in a directory,
check for git commands in bash/zsh history,
and check for non-whitelisted files in the watched directory.
"""
import time import time
import sys import sys
import os import os

View File

@ -1,3 +1,6 @@
"""
The main program file for SkoolOS
"""
import sys import sys
from urllib.parse import urlparse from urllib.parse import urlparse
import requests import requests