add projector subtyper

This commit is contained in:
2025-05-26 20:54:22 +01:00
parent b5364bfedc
commit 2739fa28f0
2 changed files with 60 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ from . import (
hotkey,
input,
profile,
projector,
record,
replaybuffer,
scene,
@@ -30,6 +31,7 @@ for module in (
group,
hotkey,
input,
projector,
profile,
record,
replaybuffer,