Add hilarious auto db password generation and docker build check.

This commit is contained in:
Darryl Nixon 2023-05-23 13:27:25 -07:00
parent 610bfa9134
commit 29d31fffc7
6 changed files with 37 additions and 9 deletions

View file

@ -0,0 +1,9 @@
"""
Initialization constants for ghostforge.
Constants:
_PROJECT (str): Name for the project
__version__ (str): The current version of the binhop package
"""
_PROJECT = "ghostforge"
__version__ = "0.0.1"