chore(core): remove core_headless

This commit is contained in:
David
2026-03-24 15:44:30 -05:00
parent b257dc7556
commit 3f795bf8ed
2 changed files with 0 additions and 113 deletions

View File

@@ -19,7 +19,6 @@ setup(
entry_points={
"console_scripts": [
"core = core_pkg.core_node:main",
"headless = core_pkg.core_headless:main",
"ptz = core_pkg.core_ptz:main",
],
},