chore: better project structure
This commit is contained in:
6
diceplayer/interface/__init__.py
Normal file
6
diceplayer/interface/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .__interface import Interface
|
||||
from .dice_interface import DiceInterface
|
||||
from .gaussian_interface import GaussianInterface
|
||||
|
||||
|
||||
__all__ = ["Interface", "DiceInterface", "GaussianInterface"]
|
||||
Reference in New Issue
Block a user