1
Fork 0
mirror of https://github.com/RGBCube/DML synced 2025-07-27 07:37:46 +00:00
This commit is contained in:
RGBCube 2022-04-07 23:32:06 +03:00 committed by GitHub
parent a897c23ef3
commit f551821545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ __title__ = "DML"
__author__ = "RGBCube" __author__ = "RGBCube"
__license__ = "MIT" __license__ = "MIT"
__copyright__ = "Copyright (c) 2022-present RGBCube" __copyright__ = "Copyright (c) 2022-present RGBCube"
__version__ = "1.0.0" __version__ = "1.0.1"
from .encoder import * from .encoder import *
from .errors import * from .errors import *