Add core modules (session, recorder, database)
This commit is contained in:
14
.termflow/__init__.py
Normal file
14
.termflow/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
__version__ = "0.1.0"
|
||||
__author__ = "Term Flow Team"
|
||||
|
||||
from .core.session import Session, Command
|
||||
from .core.recorder import SessionRecorder
|
||||
from .core.database import SessionDatabase
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"Session",
|
||||
"Command",
|
||||
"SessionRecorder",
|
||||
"SessionDatabase",
|
||||
]
|
||||
Reference in New Issue
Block a user