from enum import IntEnum class DevilFruitSource(IntEnum): BOT = 1 ADMIN = 2 USER = 3 SHOP = 4 DAILY_REWARD_PRIZE = 5