Skip to content

Commit

Permalink
fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tungdo0602 authored Apr 2, 2023
1 parent 7ba2769 commit 0e5ebf6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions minecraftVersions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"""
Minecraft Version Wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~
A simple Minecraft version wrapper written in Python
Author: tungdo0602
"""

__title__ = "minecraftVersions"
__version__ = "1.0.5.1"
__author__ = "tungdo0602"
__license__ = "MIT"

from .utils import *

0 comments on commit 0e5ebf6

Please sign in to comment.