docs: some documentation/thoughts on properly implementing overlay packages
This commit is contained in:
parent
224ba521e3
commit
84d835962d
12 changed files with 237 additions and 0 deletions
7
doc/overlays/main/src/my/twitter/all.py
Normal file
7
doc/overlays/main/src/my/twitter/all.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
print(f'[main] {__name__} hello')
|
||||
|
||||
from .common import merge
|
||||
|
||||
def tweets() -> list[str]:
|
||||
from . import gdpr
|
||||
return merge(gdpr)
|
Loading…
Add table
Add a link
Reference in a new issue