Add API caching, move calls out into its own modules for reuse.

This commit is contained in:
2013-11-11 20:50:16 +00:00
parent ccf41cc2ce
commit 79d12ee1c0
6 changed files with 88 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
from locations import Location, Region, Constellation, System, SystemJump, Planet, Moon, Station
from objects import InSpaceObject
from types import TypeCategory, TypeGroup, Type, UnitType, AttributeType, TypeAttribute
from types import TypeCategory, TypeGroup, Type, UnitType, AttributeType, TypeAttribute
from cache import EVEAPICache