Remove implicit import of Core modules leading to circular imports
Which did not break if we imported modules in a certain order…
This commit is contained in:
parent
3562bd4fc7
commit
c785c146d1
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
"""
|
||||
Core class, split into smaller chunks
|
||||
"""
|
||||
__all__ = ['Core', 'Command', 'Status']
|
||||
|
||||
from poezio.core.core import Core
|
||||
from poezio.core.structs import Command, Status
|
Loading…
Reference in a new issue