PyWars.types.__init__
Note
This module holds all python code that define Chat Wars api topics objetcs in a pythonic way
We import that objects as a shortcut here
from .types import (
    Deal,
    Offer,
    Duelist,
    Duel,
    Item,
    SexDigest,
    OfferItem,
    Shop,
    YellowPage,
    AuctionDeal,
    AuctionDigest,
    Specialization,
)