Initial commit

This commit is contained in:
David Beazley
2023-07-16 20:21:00 -05:00
parent 82e815fab2
commit 7d4b30154a
259 changed files with 600233 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
# structly/__init__.py
from .structure import *
from .reader import *
from .tableformat import *
__all__ = [ *structure.__all__,
*reader.__all__,
*tableformat.__all__ ]