mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 08:23:35 +08:00
import math for math.ceil()
This commit is contained in:
parent
b52583db04
commit
ca446acbd1
@ -35,6 +35,8 @@ from bastd.actor import playerspaz
|
||||
from bastd.actor import spazbot
|
||||
from bastd.actor.scoreboard import Scoreboard
|
||||
|
||||
import math
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import (Any, List, Tuple, Type, Dict, Sequence, Optional,
|
||||
Union)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user