hifi / heisenbridge

a bouncer-style Matrix IRC bridge
MIT License
241 stars 32 forks source link

Ensure main() entrypoint can be called synchronously #229

Closed BtbN closed 2 years ago

BtbN commented 2 years ago

The setup.py created entrypoint calls main directly. So it has to be possible to call it synchronously.