Update __init__.py

Поменял импорты местами
This commit is contained in:
Good-Helper 2021-04-27 23:43:27 +03:00 committed by GitHub
parent ea8e2bf764
commit b9e85e8706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
from . import help from . import help
from . import echo
from . import start from . import start
from . import echo