Initial commit
This commit is contained in:
9
Solutions/9_4/structly/__init__.py
Normal file
9
Solutions/9_4/structly/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# structly/__init__.py
|
||||
|
||||
from .structure import *
|
||||
from .reader import *
|
||||
from .tableformat import *
|
||||
|
||||
__all__ = [ *structure.__all__,
|
||||
*reader.__all__,
|
||||
*tableformat.__all__ ]
|
||||
Reference in New Issue
Block a user