We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17038d5 + 590d043 commit 2df17f9Copy full SHA for 2df17f9
2 files changed
__init__.py
api.py skyblockpy.pyapi.py renamed to skyblockpy.py
@@ -1,10 +1,15 @@
1
-"""Used for accessing the Skyblock API."""
+"""
2
+### A simple API wrapper for Hypixel Skyblock.
3
+
4
+(c) 2023-present NKA Development Organization
5
6
# Imports
7
import requests
8
from json import loads as parse
9
10
# Functions
11
class Skyblock:
12
+ """Used for accessing the Skyblock API."""
13
def __init__(self, api_key: str):
14
self.api_key = api_key
15
0 commit comments