1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-26 21:14:19 +00:00

🔧 Add model to alchemist (6.0.0a8)

This commit is contained in:
Steffo 2020-11-05 18:20:19 +01:00
parent 7b650b2b30
commit 08735ebd9d
2 changed files with 3 additions and 2 deletions

View file

@ -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 <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0-or-later"

View file

@ -1,2 +1,3 @@
from .func import *
from .repr import *
from .repr import *
from .model import *