mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 16:55:48 -07:00
6 lines
130 B
Python
6 lines
130 B
Python
"""Placeholder module for remote management domain (Agent side)."""
|
|
|
|
DOMAIN_NAME = "remote-management"
|
|
|
|
__all__ = ["DOMAIN_NAME"]
|