mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-01-17 19:47:00 +01:00
- Updated README with banner, navigation, disclaimer, and future features - Added assets/images directory structure for repository images - Added JackifyWikiUserGuide.md for wiki content - Updated installation instructions for 7z archive distribution - Added comprehensive future planned features section - Prepared content for GitHub migration and Nexus Mods release
9 lines
199 B
Python
9 lines
199 B
Python
"""
|
|
Jackify - A tool for running Wabbajack modlists on Linux
|
|
|
|
This package provides both CLI and GUI interfaces for managing
|
|
Wabbajack modlists natively on Linux systems.
|
|
"""
|
|
|
|
__version__ = "0.0.32"
|