30 from classes.legacy.openshot.classes
import files
51 self.
BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
61 self.
DESKTOP = os.path.join(os.path.expanduser(
"~"),
"Desktop")
62 self.
USER_DIR = os.path.join(os.path.expanduser(
"~"),
".openshot")
68 self.
name =
"Default Project"
The generic folder object for OpenShot.
This is the main project class that contains all the details of a project, such as name...