qgyd2021 commited on
Commit
e9f5b97
1 Parent(s): faf1af0

Delete loading script auxiliary file

Browse files
Files changed (1) hide show
  1. project_settings.py +0 -12
project_settings.py DELETED
@@ -1,12 +0,0 @@
1
- #!/usr/bin/python3
2
- # -*- coding: utf-8 -*-
3
- import os
4
- from pathlib import Path
5
-
6
-
7
- project_path = os.path.abspath(os.path.dirname(__file__))
8
- project_path = Path(project_path)
9
-
10
-
11
- if __name__ == '__main__':
12
- pass