blob: 87455732602bdacb7a8794f837329a9e14138040 [file] [log] [blame]
=================
Applications
=================
Use this to build and manage a state Machine. You should only ever instantiate the ``ApplicationBuilder`` class,
and not the ``Application`` class directly.
.. autoclass:: burr.core.application.ApplicationBuilder
:members:
.. autoclass:: burr.core.application.Application
:members:
.. automethod:: __init__