6 lines
59 B
Python
6 lines
59 B
Python
from typing import Any
|
|
|
|
class BaseComponent:
|
|
entity: Any
|
|
|
from typing import Any
|
|
|
|
class BaseComponent:
|
|
entity: Any
|
|
|