6 lines
88 B
Python
6 lines
88 B
Python
#!/usr/bin/env python3
|
|
"""
|
|
Configuation settings for Aberrant.
|
|
"""
|
|
prefix = '/aberrant'
|