mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
added module docstrings
This commit is contained in:
parent
e2a2dc0db6
commit
325fa5a4c6
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user