fix setup

This commit is contained in:
2022-03-28 16:26:37 -03:00
parent 940f9964f7
commit 7b9bd44ae5
3 changed files with 12 additions and 7 deletions

View File

@@ -5,4 +5,4 @@ from .configfile import configfile
from .connapp import connapp
__version__ = "2.0"
__all__ = [node, configfile, connapp]
__all__ = ["node", "configfile", "connapp"]