mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Implemented the general modular framework.
Added basic modules for the trascription tool Assembly and the Documentation tool ChatGPT
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// Here you can define all the packages that you want to use
|
||||
// You can also define variables that you want to be able to use in your entire project, like platform or mainDir in this example
|
||||
// Make sure to define them like these examples here, as they will then be available as global variables throughout your entire project
|
||||
start = new Date()
|
||||
platform = process.platform
|
||||
mainDir = __dirname
|
||||
fs = require("fs")
|
||||
readline = require("readline")
|
||||
config = require("./config/config")
|
||||
|
||||
Reference in New Issue
Block a user