import imp from .user import Player from .clan import Clan class ClashOfClans(Player, Clan): pass