This repository has been archived on 2022-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
userausfall/userausfall/__init__.py

4 lines
81 B
Python
Raw Normal View History

2021-04-13 11:39:00 +02:00
__version__ = "0.0.1"
default_app_config = 'userausfall.apps.UserausfallConfig'