From acd4844a257b897aeb2f2f0e1e9a28c865c2a9ac Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Sat, 11 Oct 2025 04:31:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Export=20tortoise.functions=20as?= =?UTF-8?q?=20ohmyapi.db.functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ohmyapi/db/functions.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/ohmyapi/db/functions.py diff --git a/src/ohmyapi/db/functions.py b/src/ohmyapi/db/functions.py new file mode 100644 index 0000000..c5cf5de --- /dev/null +++ b/src/ohmyapi/db/functions.py @@ -0,0 +1 @@ +from tortoise.functions import *