Initial commit

This commit is contained in:
2022-02-07 18:00:56 -05:00
commit c76628d97e
14 changed files with 2354 additions and 0 deletions

7
section7/__about__.py Normal file
View File

@@ -0,0 +1,7 @@
# pylint: disable=missing-docstring
__title__ = "section7"
__summary__ = "Website for privately disclosing compensation details with coworkers"
__version__ = "0.1.0"
__url__ = "https://github.com/enpaul/disclosemypay.org/"
__license__ = "MIT"
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]

0
section7/__init__.py Normal file
View File

0
section7/py.typed Normal file
View File