mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Updating quickturn.py to api 9
This commit is contained in:
parent
806b9d05fa
commit
43b3a41f9a
2 changed files with 2 additions and 4 deletions
|
|
@ -1002,6 +1002,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"3.0.2": null,
|
||||||
"3.0.1": {
|
"3.0.1": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "2b5c9ee",
|
"commit_sha": "2b5c9ee",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport)
|
|
||||||
"""
|
"""
|
||||||
Quickturn by TheMikirog
|
Quickturn by TheMikirog
|
||||||
|
|
||||||
|
|
@ -10,18 +9,16 @@
|
||||||
No Rights Reserved
|
No Rights Reserved
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ba_meta require api 8
|
# ba_meta require api 9
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
import babase
|
import babase
|
||||||
import bauiv1 as bui
|
|
||||||
import bascenev1 as bs
|
import bascenev1 as bs
|
||||||
import math
|
import math
|
||||||
import bascenev1lib
|
import bascenev1lib
|
||||||
from bascenev1lib.actor.spaz import Spaz
|
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue