From 08735ebd9da507ccb15839ea27316e2e55d58cc7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 5 Nov 2020 18:20:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20model=20to=20alchemist=20(?= =?UTF-8?q?6.0.0a8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- royalnet/alchemist/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96d75af0..4bb168d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "royalnet" -version = "6.0.0a7" +version = "6.0.0a8" description = "A multipurpose bot and web framework" authors = ["Stefano Pigozzi "] license = "AGPL-3.0-or-later" diff --git a/royalnet/alchemist/__init__.py b/royalnet/alchemist/__init__.py index 57a80848..ca3e7d85 100644 --- a/royalnet/alchemist/__init__.py +++ b/royalnet/alchemist/__init__.py @@ -1,2 +1,3 @@ from .func import * -from .repr import * \ No newline at end of file +from .repr import * +from .model import *