Skip to content

Commit

Permalink
add imports to init
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 13, 2024
1 parent 50f9a35 commit bf3fc6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/graphnet/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
from .pre_configured import I3ToParquetConverter
from .pre_configured import I3ToSQLiteConverter
from .datamodule import GraphNeTDataModule
from .curated_datamodule import CuratedDataset, ERDAHostedDataset
from .curated_datamodule import (
CuratedDataset,
ERDAHostedDataset,
SecretDataset,
PublicBenchmarkDataset,
)

0 comments on commit bf3fc6e

Please sign in to comment.