mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-24 07:53:30 +08: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.
|
|
"""
|