separate registry sync and resource_add

This commit is contained in:
Junhan Chang
2025-06-17 15:37:36 +08:00
parent 183579fd7f
commit af812d630a
4 changed files with 24 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ setup(
entry_points={
'console_scripts': [
"unilab = unilabos.app.main:main",
"unilab-register = unilabos.app.register:main"
],
},
)