Merge from old Gitea

This commit is contained in:
Jon
2026-04-12 16:06:44 +01:00
commit aaefb2bb35
18 changed files with 492 additions and 0 deletions

3
esasdk/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .machine import Machine
__all__ = ['Machine']