mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
5
src/core/temporal.py
Normal file
5
src/core/temporal.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from temporalio.client import Client
|
||||
|
||||
|
||||
async def get_client() -> Client:
|
||||
return await Client.connect("temporal:7233", namespace="default")
|
||||
Reference in New Issue
Block a user