The fundamental system class which holds all data on the
stellar system objects.
Methods
|
|
__init__
__repr__
__str__
add
objects
|
|
__init__
|
__init__ (
self,
identifier='<default>',
payload=None,
)
|
|
__repr__
|
__repr__ ( self )
|
|
__str__
|
__str__ ( self )
|
|
add
|
add (
self,
name,
world,
)
Add a world to the system, along with all its alternate
names.
|
|
objects
|
objects ( self )
Return all objects in the system.
|
|