A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 120 B

1234567
  1. import logging
  2. __version__ = "0.1.dev0"
  3. __release__ = "0.1"
  4. baseLogger = logging.getLogger("calefaction")
  5. del logging