Files
2026-07-08 23:01:55 +04:00

6 lines
120 B
Python

from punq import Container
class Kernel:
def get_container(self) -> Container:
raise NotImplementedError()