clash-telegram-bot/coc/__init__.py
2022-03-18 21:25:50 +02:00

7 lines
103 B
Python

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