mirror of
https://github.com/nova-r/fediplug.git
synced 2025-03-10 15:49:00 +01:00
7 lines
97 B
Python
7 lines
97 B
Python
|
'''Application directories.'''
|
||
|
|
||
|
from appdirs import AppDirs
|
||
|
|
||
|
|
||
|
DIRS = AppDirs('fediplay', 'zigg')
|