README.md
pyproject.toml
client/__init__.py
client/__main__.py
client/app.py
client/chat_client.py
client/theme.py
nexuschat/__init__.py
nexuschat/cli.py
nexuschat.egg-info/PKG-INFO
nexuschat.egg-info/SOURCES.txt
nexuschat.egg-info/dependency_links.txt
nexuschat.egg-info/entry_points.txt
nexuschat.egg-info/requires.txt
nexuschat.egg-info/top_level.txt
server/__init__.py
server/__main__.py
server/admin.py
server/chat_server.py
server/database.py
server/file_store.py
server/settings.py
shared/__init__.py
shared/auth.py
shared/constants.py
shared/discovery.py
shared/files.py
shared/protocol.py
tests/test_features.py