## Scanner


A file scanner.


Usage


``` python
Scanner(root=".")
```


## Parameters


`root: str = ``"."`  
Root directory to scan.


## Methods

| Name | Description |
|----|----|
| [scan()](#scan) | Scan the directory. |

------------------------------------------------------------------------


#### scan()


Scan the directory.


Usage


``` python
scan()
```


##### Returns


`list`  
List of found files.
