Add services and SSH keys.
[cas.git] / src / ssh_keys / apps.py
1 from django.apps import AppConfig
2
3
4 class SshKeysConfig(AppConfig):
5     name = 'ssh_keys'