## scan()


Scan a directory for files.


Usage


``` python
scan(path)
```


## Parameters


`path: str`  
Directory path to scan.


## Returns


`list`  
List of file paths.
