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:
parent
7b650b2b30
commit
08735ebd9d
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
from .func import *
|
||||
from .repr import *
|
||||
from .repr import *
|
||||
from .model import *
|
||||
|
|
Loading…
Reference in a new issue