Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Create __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
offish authored Apr 18, 2021
1 parent dc48843 commit 1073d1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions miraiex/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
__name__ = "miraiex"
__version__ = "0.0.2"
__author__ = "offish"

from .client import MiraiEx
from .markets import *

0 comments on commit 1073d1d

Please sign in to comment.