Skip to content

Commit

Permalink
Merge pull request #2 from JordanWelsman/develop
Browse files Browse the repository at this point in the history
Merging now.
  • Loading branch information
JordanWelsman authored Mar 12, 2023
2 parents e8b1f1b + 28f755e commit bb68c27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openxml/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Dunder attributes
__version__ = "v0.0.0" # update setup.py
__author__ = "Jordan Welsman"

from .loading import *
from .saving import *

__all__ = loading.__all__, saving.__all__
1 change: 1 addition & 0 deletions openxml/loading/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__all__ = []
1 change: 1 addition & 0 deletions openxml/saving/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__all__ = []

0 comments on commit bb68c27

Please sign in to comment.