axheron / ffxiv-dps-calc

A Final Fantasy XIV DPS simulator for comparing gear sets
https://dpscalc.xivresources.com
GNU Affero General Public License v3.0
2 stars 4 forks source link

Use some ~abstraction~ and move more stuff around, much to everyone's misery #70

Closed redshadowhero closed 3 years ago

redshadowhero commented 3 years ago

Should address #40

I also took the opportunity to move xivdpscalc.pps.pps into just xivdpscalc.pps, since that's cleaner and makes more sense:

from xivdpscalc.pps.pps import HealerPps

doesn't feel as good as

from xivdpscalc.pps import HealerPps