Import Folder in SCALA Replit

I have a folder that I want to import into main and instantiate the class inside main.
But in replit.com I’m not getting it and in “intellij” just put “import” and the path of the folder.
How to make it work? project: testScala
I want to use a class that is in another folder …