HPI/doc/overlays/main/src/my/twitter/all.py

7 lines
135 B
Python

print(f'[main] {__name__} hello')
from .common import merge
def tweets() -> list[str]:
from . import gdpr
return merge(gdpr)