init for sphinx docs

main
Jeff Moe 2023-11-24 19:12:38 -07:00
parent f3be8d6566
commit 029e40e316
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# __init__.py
from .the_stack_licenses import the_stack_licenses
__all__ = ["the_stack_licenses"]