Hubert-Dudek
Databricks MVP

When you use repo you can enable "files in repo" and then just import class in notebook and init it.

from file_folder.file_name import your_class

c = your_class(arguments)


My blog: https://databrickster.medium.com/