7 lines
97 B
Python
Executable file
7 lines
97 B
Python
Executable file
#!/usr/bin/env python3
|
|
from fragments import garage, warp, shared
|
|
|
|
if shared.id() == 1:
|
|
pass
|
|
|
|
|