mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 05:03:31 +02:00
Moved mod_str function from forms.py back to stats.py, and black formatting.
This commit is contained in:
@@ -4,7 +4,13 @@ game mechanics."""
|
||||
from dungeonsheets.spells import Spell
|
||||
from dungeonsheets.features import Feature
|
||||
from dungeonsheets.infusions import Infusion
|
||||
from dungeonsheets.weapons import Weapon, MeleeWeapon, RangedWeapon, SimpleWeapon, MartialWeapon
|
||||
from dungeonsheets.weapons import (
|
||||
Weapon,
|
||||
MeleeWeapon,
|
||||
RangedWeapon,
|
||||
SimpleWeapon,
|
||||
MartialWeapon,
|
||||
)
|
||||
from dungeonsheets.armor import Armor, Shield
|
||||
from dungeonsheets.magic_items import MagicItem
|
||||
from dungeonsheets.monsters import Monster
|
||||
|
||||
Reference in New Issue
Block a user