Skip to content
Closed
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,6 @@ infographics/
infograficos/
infografico/
native/fts5_cjk/*.so

# Graphify output
graphify-out/
3 changes: 3 additions & 0 deletions plugins/platforms/buzz/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .adapter import register

__all__ = ["register"]
Loading