refactor to reorganise codebase
This commit is contained in:
5
chatmock/__init__.py
Normal file
5
chatmock/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .app import create_app
|
||||
from .cli import main
|
||||
|
||||
Reference in New Issue
Block a user