mirror of
https://github.com/YuuKi-OS/Yuu-Box.git
synced 2026-02-18 21:51:10 +00:00
pos nomas
This commit is contained in:
15
yuubox/__init__.py
Normal file
15
yuubox/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
"""YuuBox - Self-Healing Code Execution System"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
|
||||
from yuubox.executor import YuuBox, ExecutionResult, ResourceLimits
|
||||
from yuubox.exceptions import YuuBoxError, ExecutionError
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"YuuBox",
|
||||
"ExecutionResult",
|
||||
"ResourceLimits",
|
||||
"YuuBoxError",
|
||||
"ExecutionError",
|
||||
]
|
||||
Reference in New Issue
Block a user