mirror of
https://github.com/DarrylNixon/ghostforge
synced 2024-04-22 06:27:20 -07:00
Add hilarious auto db password generation and docker build check.
This commit is contained in:
parent
610bfa9134
commit
29d31fffc7
6 changed files with 37 additions and 9 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue