complete ai kerne frame code

This commit is contained in:
Liu Zhicong
2023-08-20 22:53:35 -07:00
parent 6b39379d7c
commit 814f5cf481
21 changed files with 725 additions and 20 deletions
@@ -0,0 +1,9 @@
class media_reader:
def __init__(self):
pass
def load_from_media(self,media_info:str) -> int:
pass
def read(self, inner_path:str):
raise NotImplementedError