Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 443 Bytes

File metadata and controls

22 lines (16 loc) · 443 Bytes

Пакет jconfig

BaseConfig

.. autoclass:: jconfig.base.BaseConfig
    :members:

Config (хранение в json файле)

.. autoclass:: jconfig.jconfig.Config
    :members:
    :show-inheritance:

MemoryConfig (хранение в памяти)

.. autoclass:: jconfig.memory.MemoryConfig
    :members:
    :show-inheritance: