mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-29 23:03:22 -05:00
c3e4b4edb2
Separate `SimpleCommand` from `Command`, so that things which don't want to use the `data` property don't have to, and thus fix the warnings PyCharm was giving me about not calling `__init__` in the base class.