Added new files

This commit is contained in:
vortex 2024-02-19 18:29:19 +05:30
parent 5e004af549
commit 77ccb73089
1783 changed files with 566966 additions and 0 deletions

8
dist/ba_data/python/ba/deprecated.py vendored Normal file
View file

@ -0,0 +1,8 @@
# 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.
"""