We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90d229 commit f69aec3Copy full SHA for f69aec3
examples/terran/mass_reaper.py
@@ -6,6 +6,8 @@
6
Bot made by Burny
7
"""
8
9
+from __future__ import annotations
10
+
11
import random
12
from typing import Literal
13
0 commit comments