Restructure code into a module

This commit is contained in:
ChaoticByte 2025-09-27 07:51:50 +02:00
parent 58a485f6ee
commit 98c2678cf8
No known key found for this signature in database
6 changed files with 119 additions and 100 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# Copyright (c) 2025 Julian Müller (ChaoticByte)
import asyncio
from argparse import ArgumentParser