Skip to content

Commit cf89fb7

Browse files
author
Ramon Winterhalder
committed
Add model and update init
1 parent acf139d commit cf89fb7

File tree

2 files changed

+452
-1
lines changed

2 files changed

+452
-1
lines changed

eventgan/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313

1414
from . import modules
1515
from . import utils
16+
from .model import *
1617

17-
__all__ = ["modules", "utils"]
18+
__all__ = ["modules", "utils", "EventGAN"]

0 commit comments

Comments
 (0)