mirror of
https://github.com/nikdoof/django-evesde.git
synced 2025-12-22 14:19:27 +00:00
Add API caching, move calls out into its own modules for reuse.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user