fix init.py

This commit is contained in:
Noe Brucy
2025-03-20 16:10:31 +01:00
parent ea02323e93
commit b4658825ab

View File

@@ -0,0 +1,8 @@
from .galsec import Galsec, regroup
_all__ = [
"Galsec",
"regroup",
]