Moved status routes to instrument/state

This commit is contained in:
Joel Collins 2020-01-29 17:43:52 +00:00
parent e9e2419fe4
commit 9b4bf4c8fc
16 changed files with 52 additions and 64 deletions

View file

@ -1,4 +1,4 @@
from .actions import enabled_root_actions
from .captures import *
from .state import *
from .instrument import *
from .streams import *