mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-19 18:56:22 +00:00
bug fixed
This commit is contained in:
@ -18,7 +18,7 @@ Terms & Conditions: ../License.md
|
||||
|
||||
from .main import *
|
||||
|
||||
__version__ = "0.2.2.3"
|
||||
__version__ = "0.2.2.4"
|
||||
__all__ = []
|
||||
__author__ = (("金羿", "Eilles Wan"), ("诸葛亮与八卦阵", "bgArray"), ("鸣凤鸽子", "MingFengPigeon"))
|
||||
|
||||
|
@ -92,6 +92,9 @@ class MethodList(list):
|
||||
|
||||
def __getitem__(self, item) -> T:
|
||||
return self._T[item]
|
||||
|
||||
def __len__(self) -> int:
|
||||
return self._T.__len__()
|
||||
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user