6 lines
120 B
Python
6 lines
120 B
Python
from punq import Container
|
|
|
|
class Kernel:
|
|
def get_container(self) -> Container:
|
|
raise NotImplementedError()
|