mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-18 14:08:04 +00:00
7 lines
98 B
Python
7 lines
98 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Module init
|
|
"""
|
|
|
|
app_label = __name__ # pylint: disable=invalid-name
|