Skeleton ready
This commit is contained in:
5
kernel/application/kernel.py
Normal file
5
kernel/application/kernel.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from punq import Container
|
||||
|
||||
class Kernel:
|
||||
def get_container(self) -> Container:
|
||||
raise NotImplementedError()
|
||||
Reference in New Issue
Block a user