1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

PLUGINS.md: Add ship_utils.ship_map to allowed imports

This commit is contained in:
Athanasius 2021-04-02 13:41:29 +01:00
parent c26d1bce93
commit 74a2b70a19

View File

@ -63,6 +63,9 @@ breaking with future code changes.**
`from companion import category_map` - Or any of the other static data
contained therein. NB: There's a plan to move such to a `data` module.
`from util_ships import ship_map` - A mapping of symbolic to English
readable names for ships.
`import plug` - For using `plug.show_error()` and accessing the flags
for `dashboard_entry()` to be useful (see example below). Relying on anything
else isn't supported.