diff --git a/lodestone/gradios.py b/lodestone/gradios.py index 25e403f..8dc9eeb 100644 --- a/lodestone/gradios.py +++ b/lodestone/gradios.py @@ -1,10 +1,6 @@ import gradio as gr -import requests import lodestone -import time -from plugin import plugins -import random -from javascript import require, On, Once, off, once +from lodestone import plugins global created diff --git a/pyproject.toml b/pyproject.toml index 025fbb1..6c91095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lodestone" -version = "0.0.38" +version = "0.0.39" description = "🤖 Create Minecraft bots with a powerful, stable, and high level Python API." authors = [ { name = "Silke Pilon", email = "silkepilon2009@gmail.com" },