We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf139d commit cf89fb7Copy full SHA for cf89fb7
eventgan/__init__.py
@@ -13,5 +13,6 @@
13
14
from . import modules
15
from . import utils
16
+from .model import *
17
-__all__ = ["modules", "utils"]
18
+__all__ = ["modules", "utils", "EventGAN"]
0 commit comments