mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-23 23:49:47 +08:00
10 lines
319 B
Python
Executable File
10 lines
319 B
Python
Executable File
#!/Users/ericf/LocalDocs/ballistica-internal/.venv/bin/python3.12
|
|
# Copyright (c) 2011-2024 Eric Froemling
|
|
# This file is autogenerated; do not edit.
|
|
#
|
|
"""Simple wrapper so bacloud uses our internal virtual environment."""
|
|
from batools.bacloud import run_bacloud_main
|
|
|
|
if __name__ == "__main__":
|
|
run_bacloud_main()
|