mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
9 lines
277 B
Python
9 lines
277 B
Python
|
|
# Released under the MIT License. See LICENSE for details.
|
||
|
|
#
|
||
|
|
"""Deprecated functionality.
|
||
|
|
|
||
|
|
Classes or functions can be relocated here when they are deprecated.
|
||
|
|
Any code using them should migrate to alternative methods, as
|
||
|
|
deprecated items will eventually be fully removed.
|
||
|
|
"""
|