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.
 
 
 
 
 

8 lines
120 B

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