Join forces with Briar GTK
Hey @fphemeral, it's really nice to see another python client popping up! Thanks for working on it. I'm looking forward to play around with it! When developing [Briar GTK](https://code.briarproject.org/nicoalt/briar-gtk/), I took care that I separated all the GTK code from the Briar headless wrapper code. You can see the separation at [_/src/briar/_](https://code.briarproject.org/nicoalt/briar-gtk/tree/54a0565d548552e969f089098e5744a7b2745c7e/src/briar) as there exists a module for _gtk_ and a module for _api_. What about if we combine forces and both use the same code for the api wrapper part? We could create a new Git repository where I push that api wrapper part and where we work together on that part.
issue