From e21e42e832e4ac633a9d48f6e30c34a9011008bc Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 25 Nov 2023 22:31:49 -0500 Subject: Main interface done. Up next: docs, logging, and polish --- src/bbss/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bbss/__init__.py') diff --git a/src/bbss/__init__.py b/src/bbss/__init__.py index 6edc60d..98e45f5 100644 --- a/src/bbss/__init__.py +++ b/src/bbss/__init__.py @@ -1 +1,2 @@ -__all__ = ["lists", "buttons", "friends"] +__all__ = ["lists", "buttons", "friends", "site", "sizes", "DEFAULT_PATHS"] +DEFAULT_PATHS = ["/BBSS", "/.well-known/BBSS", "/badges", "/buttons", ""] -- cgit v1.2.3-54-g00ecf