Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundih authored Nov 20, 2021
1 parent 3760e97 commit 8d5e0d8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions duality/misc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#import all relevant contents from the associated module.
from duality.misc._meta import (
__author__,
__copyright__,
__credits__,
__license__,
__version__,
__documentation__,
__contact__,
__donate__,
__author__,
__copyright__,
__credits__,
__license__,
__version__,
__documentation__,
__contact__,
__donate__,
)

#all relevant contents.
__all__ = [
__author__,
__copyright__,
__credits__,
__license__,
__version__,
__documentation__,
__contact__,
__donate__,
__author__,
__copyright__,
__credits__,
__license__,
__version__,
__documentation__,
__contact__,
__donate__,
]

0 comments on commit 8d5e0d8

Please sign in to comment.