mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-02-23 14:44:31 +01:00
Minimize re-exports from __init__ files (#44)
This allows importing parts of the package without having to import practically everything (since importing a package will import its parents' __init__s, etc).
This commit is contained in:
@@ -1 +0,0 @@
|
||||
from .dataset import StableDataModuleFromConfig
|
||||
|
||||
Reference in New Issue
Block a user