Skip to content

Commit

Permalink
[wishlist] Redefine wishlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheus3375 committed Oct 16, 2024
1 parent ac60c0a commit 515b86d
Show file tree
Hide file tree
Showing 16 changed files with 421 additions and 509 deletions.
3 changes: 1 addition & 2 deletions database/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# noinspection PyUnresolvedReferences
from classes import AnyItem, AnyPerk
from classes import AnyItem, AnyPerk, Item, RD, roll
from . import barrels, batteries, blades, guards, magazines, masterworks, origin, traits, unique
from .categories import *
from .items import *
111 changes: 0 additions & 111 deletions database/items.py

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ or higher version of Python 3.12.

## Updating wishlist

Run `python wishlist.py` to update wishlist.
Run `python -m wishlist` to update wishlist.
Loading

0 comments on commit 515b86d

Please sign in to comment.