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