cleanup(pterodactyl): split out a bunch of stuff into separate files
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 19s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 23s

This commit is contained in:
SeaswimmerTheFsh 2024-02-29 23:26:24 -05:00
parent 417f297193
commit e1c98aa78f
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
4 changed files with 189 additions and 170 deletions

3
pterodactyl/logger.py Normal file
View file

@ -0,0 +1,3 @@
import logging
logger = logging.getLogger('red.sea.pterodactyl')