MANIFEST.in
README.md
setup.py
trunklucator/__init__.py
trunklucator/trunklucator.py
trunklucator.egg-info/PKG-INFO
trunklucator.egg-info/SOURCES.txt
trunklucator.egg-info/dependency_links.txt
trunklucator.egg-info/not-zip-safe
trunklucator.egg-info/requires.txt
trunklucator.egg-info/top_level.txt
trunklucator/base/__init__.py
trunklucator/base/dto.py
trunklucator/const/__init__.py
trunklucator/const/msg.py
trunklucator/const/payload.py
trunklucator/const/task_types.py
trunklucator/frontend/html_field/app.js
trunklucator/frontend/html_field/content.css
trunklucator/frontend/html_field/grid.css
trunklucator/frontend/html_field/index.html
trunklucator/frontend/html_field/lib/onmessage.js
trunklucator/frontend/html_field/lib/reconnecting-websocket.js
trunklucator/frontend/label_studio/index.html
trunklucator/frontend/label_studio/static/css/main.d06f037e.css
trunklucator/frontend/label_studio/static/js/main.54a3f9cb.js
trunklucator/frontend/simple/index.html
trunklucator/protocol/__init__.py
trunklucator/protocol/create.py
trunklucator/protocol/dto.py
trunklucator/protocol/test/__init__.py
trunklucator/protocol/test/test_dto.py
trunklucator/webserver/__init__.py
trunklucator/webserver/aiothread.py
trunklucator/webserver/server.py