This commit is contained in:
2022-04-02 21:07:11 +02:00
parent f6cfdc6f28
commit 0a26310a2f
12 changed files with 64 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
from .config import Configs
from .presence import Presence
from .client import Client

View File

@@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
from abc import ABC
import asyncio
from typing import Any

View File

@@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
from datetime import datetime
from configparser import ConfigParser
import re

View File

@@ -1,3 +1,9 @@
"""
Project is under GNU GENERAL PUBLIC LICENSE 3.0
2022, created by Specoolazius
"""
import asyncio
import time