Skip to content

Commit

Permalink
build: Created internal project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanWelsman committed Mar 12, 2023
1 parent e8b1f1b commit 28f755e
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 28f755e

Please sign in to comment.