File size: 210 Bytes
e42007c
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import os
from pathlib import Path


project_path = os.path.abspath(os.path.dirname(__file__))
project_path = Path(project_path)


if __name__ == '__main__':
    pass