mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
5 lines
122 B
Python
5 lines
122 B
Python
|
|
|
||
|
|
def topic(topic, kind='persistent', tenant='tg', namespace='flow'):
|
||
|
|
return f"{kind}://{tenant}/{namespace}/{topic}"
|
||
|
|
|