aboutsummaryrefslogtreecommitdiffstats
path: root/warmachine/addons/base.py
blob: aa23c7896041d7f293cde6cabe5f3a3a0cb04fc6 (plain) (blame)
1
2
3
4
5
6
import logging


class WarMachinePlugin(object):
    def __init__(self):
        self.log = logging.getLogger(self.__class__.__name__)