forked from Deuxfleurs/mknet
8 lines
115 B
Python
Executable file
8 lines
115 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import os
|
|
from fragments import garage, shared
|
|
|
|
garage.destroy()
|
|
shared.log("clean done")
|
|
|