LAMaglan / PokeFightSimulator

A (simple) fight simulator between any two Pokemon using FastAPI with Jinja frontend
0 stars 0 forks source link

Class consistency #32

Closed LAMaglan closed 3 months ago

LAMaglan commented 3 months ago

allow_mutation in class Config is actually deprecated (part of https://github.com/LAMaglan/PokeFightSimulator/pull/31). See second commit here. This was sufficient:

class Config:
    pass