clash-telegram-bot/coc/__init__.py

7 lines
103 B
Python
Raw Normal View History

2022-03-18 22:25:50 +03:00
import imp
from .user import Player
from .clan import Clan
class ClashOfClans(Player, Clan):
pass