aboutsummaryrefslogtreecommitdiffstats
path: root/src/bbss/__init__.py
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-11-25 22:31:49 -0500
committeralyx <alyx@aleteoryx.me>2023-11-25 22:31:49 -0500
commite21e42e832e4ac633a9d48f6e30c34a9011008bc (patch)
treea059574bd3fe1279e495ce0f8e2ac0810586184d /src/bbss/__init__.py
parent646d743dce4a3704febfa28be3abce405823baef (diff)
downloadbbss.py-e21e42e832e4ac633a9d48f6e30c34a9011008bc.tar.gz
bbss.py-e21e42e832e4ac633a9d48f6e30c34a9011008bc.tar.bz2
bbss.py-e21e42e832e4ac633a9d48f6e30c34a9011008bc.zip
Main interface done. Up next: docs, logging, and polish
Diffstat (limited to 'src/bbss/__init__.py')
-rw-r--r--src/bbss/__init__.py3
1 files changed, 2 insertions, 1 deletions
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", ""]