mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-07 18:08:45 -06:00
Add file docstrings to every .py file, improved exception docstrings, helper func typehint
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
"""
|
||||
constants.py
|
||||
|
||||
Stores constants like paths to various locations, integers/strings or simple generated classes.
|
||||
"""
|
||||
|
||||
import logging
|
||||
import os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user