work around relative imports

This commit is contained in:
Fedor Lyanguzov
2024-12-28 18:50:30 +03:00
parent 8907ed33f8
commit 02a4f590f2
4 changed files with 53 additions and 56 deletions
+3 -1
View File
@@ -1 +1,3 @@
from .__main__ import *
from . import peers
__all__ = ["peers"]