Initial commit

This commit is contained in:
vortex 2024-02-26 00:17:10 +05:30
parent bc49523c99
commit 44d606cce7
1929 changed files with 612166 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.
"""