6 lines
136 B
Python
6 lines
136 B
Python
|
|
## The bot's catch-up mode
|
||
|
|
# Scan all accounts for cross-company interactions.
|
||
|
|
# Terminates when finished scanning.
|
||
|
|
|
||
|
|
def run():
|
||
|
|
pass
|