Implemented solution suggested by @dirkf using variadic

This commit is contained in:
nixxo
2022-12-30 23:55:32 +01:00
parent 7b93fb5ddc
commit 42d0fba2bf
3 changed files with 6 additions and 11 deletions
+1
View File
@@ -6,6 +6,7 @@ from ..utils import (
age_restricted,
bug_reports_message,
classproperty,
variadic,
write_string,
)