Aluode/PerceptionLabPortable
0
1from __future__ import annotations
2
3from .cli import cli_detect
4
5if __name__ == "__main__":
6 cli_detect()
7 1from __future__ import annotations
2
3from .cli import cli_detect
4
5if __name__ == "__main__":
6 cli_detect()
7