first commit

This commit is contained in:
jc
2025-09-22 21:07:30 +08:00
commit d409882c64
114 changed files with 47381 additions and 0 deletions

5
src/Xbot/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .XbotProject import XbotProject
from .XbotFlow import XbotFlow
from .Blockly.XbotBlock import XbotBlock
__all__ = ['XbotProject', 'XbotFlow', 'XbotBlock', 'ValueRef', 'BlockInput']