Update CtrlExMem_ExtLib.py
Browse files- CtrlExMem_ExtLib.py +1 -1
CtrlExMem_ExtLib.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from typing import Dict, Any
|
2 |
|
3 |
from flow_modules.Tachi67.AbstractBossFlowModule import CtrlExMemFlow
|
4 |
-
from
|
5 |
|
6 |
class CtrlExMem_ExtLib(CtrlExMemFlow):
|
7 |
def _on_reach_max_round(self):
|
|
|
1 |
from typing import Dict, Any
|
2 |
|
3 |
from flow_modules.Tachi67.AbstractBossFlowModule import CtrlExMemFlow
|
4 |
+
from aiflows.base_flows import CircularFlow
|
5 |
|
6 |
class CtrlExMem_ExtLib(CtrlExMemFlow):
|
7 |
def _on_reach_max_round(self):
|