fix setup

This commit is contained in:
2022-03-28 16:26:37 -03:00
parent 2498fd1f71
commit b7990084b0
3 changed files with 12 additions and 7 deletions
+1 -1
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"]