8 lines
123 B
Python
8 lines
123 B
Python
import os
|
|
delattr(os, "link")
|
|
|
|
from electric_sieve.pgfw.Setup import Setup
|
|
|
|
if __name__ == "__main__":
|
|
Setup().setup()
|