Fix usage of __all__

This commit is contained in:
rlaphoenix
2024-01-09 02:31:02 +00:00
parent 2291f90f64
commit f28a6dc28a
29 changed files with 29 additions and 29 deletions

View File

@@ -288,4 +288,4 @@ class Track:
return self.move(target)
__ALL__ = (Track,)
__all__ = ("Track",)