first pass at collections

This commit is contained in:
retrozelda
2025-02-09 23:15:21 -05:00
parent 73efd89358
commit e1524ec207
3 changed files with 206 additions and 1 deletions

View File

@@ -4,12 +4,14 @@ import logging
from . import helpers
from .series import BeaconSeries
from .content import BeaconContent
from .collection import BeaconCollection
from .stream import BeaconStreamInfo
from .authentication import BeaconAuthentication
__all__ = ["BeaconSeries",
"BeaconContent",
"BeaconCollection",
"BeaconStreamInfo",
"BeaconAuthentication"]