kalekundert / byoc

MIT License
0 stars 0 forks source link

Remove requirement that apps define `__config__` #34

Closed kalekundert closed 2 years ago

kalekundert commented 2 years ago

The reason I have this requirement is because it's very rare to not have any configs in real-life scenarios, and it lets me raise a good error message. But I think I can use the logging system to raise the same error only when it's actually a problem, and it lets me simplify the docs.