1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 13:08:12 +00:00

Fix typos and __all__s

This commit is contained in:
RGBCube 2022-06-25 15:53:55 +03:00 committed by Automated Linter
parent 768b81683c
commit 8cbc6096dc
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ __version__ = "2.0.0a"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2022-present VarMonke, sudosnok & contributors"
from . import utils
from .errors import *
from .internals import *
from .objects import *
from . import utils