File size: 175 Bytes
1e3b872
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import os


class Script:
    pass


def basedir():
    return os.path.dirname(os.path.dirname(os.path.abspath(__file__)))


class PostprocessImageArgs:
    pass