fixed imports
This commit is contained in:
parent
3b9880ad6b
commit
631ff0bc2c
2 changed files with 4 additions and 2 deletions
|
@ -1 +1,2 @@
|
||||||
from .treepuncher import Treepuncher, Addon, ConfigObject
|
from .treepuncher import Treepuncher
|
||||||
|
from .addon import Addon, ConfigObject
|
||||||
|
|
|
@ -13,7 +13,8 @@ from dataclasses import dataclass, MISSING, fields
|
||||||
|
|
||||||
from setproctitle import setproctitle
|
from setproctitle import setproctitle
|
||||||
|
|
||||||
from .treepuncher import Treepuncher, Addon, ConfigObject, MissingParameterError
|
from .treepuncher import Treepuncher, MissingParameterError
|
||||||
|
from .addon import Addon, ConfigObject
|
||||||
from .helpers import configure_logging
|
from .helpers import configure_logging
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue